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 channel state changes.
Namespace: Microsoft.Lync.Model.Conversation.AudioVideo
Assembly: Microsoft.Lync.Model (in Microsoft.Lync.Model.dll)
Syntax
'Declaration
Public Event StateChanged As EventHandler(Of ChannelStateChangedEventArgs)
'Usage
Dim instance As Channel
Dim handler As EventHandler(Of ChannelStateChangedEventArgs)
AddHandler instance.StateChanged, handler
public event EventHandler<ChannelStateChangedEventArgs> StateChanged