Class GlobalConfigEventArgs
- Assembly
- IpPbxCDSClientLib.dll
Event arguments for changed global configuration
public class GlobalConfigEventArgs : CallbackEventArgs
- Inheritance
-
GlobalConfigEventArgs
- Inherited Members
Constructors
GlobalConfigEventArgs()
Standard constructor
public GlobalConfigEventArgs()
Properties
GlobalConfig
Gets the changed global configuration
public TGlobalConfig GlobalConfig { get; }
Property Value
- TGlobalConfig
ModifiedProperties
Get a list with all names of modified properties
public SStringList ModifiedProperties { get; }
Property Value
Methods
ToString()
public override string ToString()