Channel.StateChanged event

Raised when the state of a channel 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

See also

Reference

Channel class

Channel members

Microsoft.Lync.Model.Conversation.AudioVideo namespace