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