Edit

Share via


ClientStateChangedEventArgs Class

Definition

ClientStateChangedEventData Class which is used to get the old, new client states and the status code from the StateChanged event in the LyncClient class.

public ref class ClientStateChangedEventArgs : EventArgs
public class ClientStateChangedEventArgs : EventArgs
type ClientStateChangedEventArgs = class
    inherit EventArgs
Public Class ClientStateChangedEventArgs
Inherits EventArgs
Inheritance
ClientStateChangedEventArgs

Properties

NewState

Gets the new LyncClient state value.

OldState

Gets the old LyncClient state value.

StatusCode

Gets the StatusCode of the change.

Applies to