ClientStateChangedEventArgs Members
Include Protected Members
Include Inherited Members
ClientStateChangedEventData Class which is used to get the old, new client states and the status code from the StateChanged event in the LyncClient class.
The ClientStateChangedEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
NewState | Gets the new LyncClient state value. | |
OldState | Gets the old LyncClient state value. | |
StatusCode | Gets the StatusCode of the change. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | (inherited from Object) |
Top