Class GroupEventArgs
- Assembly
- IpPbxCDSClientLib.dll
Event arguments for changed group configuration
public class GroupEventArgs : CallbackEventArgs
- Inheritance
-
GroupEventArgs
- Inherited Members
Constructors
GroupEventArgs()
Initializes a new instance of the GroupEventArgs class
public GroupEventArgs()
Properties
GroupConfig
Gets the the changed group configuration
public TGroup GroupConfig { get; }
Property Value
- TGroup
Methods
ToString()
public override string ToString()