Class GlobalMediaConfigEventArgs
- Assembly
- IpPbxCDSClientLib.dll
Event arguments for changed global media configuration
public class GlobalMediaConfigEventArgs : CallbackEventArgs
- Inheritance
-
GlobalMediaConfigEventArgs
- Inherited Members
Constructors
GlobalMediaConfigEventArgs()
Initializes a new instance of the GlobalMediaConfigEventArgs class
public GlobalMediaConfigEventArgs()
Properties
GlobalMediaConfig
Gets the changed global configuration
public TGlobalMediaConfig GlobalMediaConfig { get; }
Property Value
- TGlobalMediaConfig
ModifiedProperties
Get a list with all names of modified properties
public SStringList ModifiedProperties { get; }
Property Value
Methods
ToString()
public override string ToString()