Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Occurs when the Client state changes.
Namespace: Microsoft.Lync.Model
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Event StateChanged As EventHandler(Of ClientStateChangedEventArgs)
'Usage
Dim instance As Client
Dim handler As EventHandler(Of ClientStateChangedEventArgs)
AddHandler instance.StateChanged, handler
public event EventHandler<ClientStateChangedEventArgs> StateChanged