Share via


_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

See Also

_ILyncClientEvents Interface

UCCollaborationLib Namespace