_ILyncClientEvents.OnStateChanged Method
Raised when the Client state changes. You should handle this event and get the eventData.NewState property.The event is raised for all processes bound to an instance of Communicator when any one Communicator-bound process causes the state change.
Namespace: UCCollaborationLib
Assembly: Microsoft.Office.Uc (in Microsoft.Office.Uc.dll)
Syntax
HRESULT OnStateChanged
(
IClient* eventSource,
IClientStateChangedEventData* eventData
);
Parameters
- eventSource
Type: UCCollaborationLib.IClient
A value of the IClient type.
- eventData
Type: UCCollaborationLib.IClientStateChangedEventData
A value of the IClientStateChangedEventData type.