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