Class PortEventArgs
- Assembly
- IpPbxCDSClientLib.dll
Event arguments for changed port configuration
public class PortEventArgs : CallbackEventArgs
- Inheritance
-
PortEventArgs
- Inherited Members
Constructors
PortEventArgs()
nitializes a new instance of the PortEventArgs class
public PortEventArgs()
Properties
AffectedSubTables
Get a list with all names of modified subtables
public SStringList AffectedSubTables { get; }
Property Value
ModifiedProperties
Get a list with all names of modified properties
public SStringList ModifiedProperties { get; }
Property Value
Methods
ToString()
public override string ToString()