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