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