Channel.StateChanged Event
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