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