ConversationContextChannel.StateChanged Event
Raised when the state of the ConversationContextChannel changes.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Event StateChanged As EventHandler(Of ConversationContextChannelStateChangedEventArgs)
'Usage
Dim instance As ConversationContextChannel
Dim handler As EventHandler(Of ConversationContextChannelStateChangedEventArgs)
AddHandler instance.StateChanged, handler
public event EventHandler<ConversationContextChannelStateChangedEventArgs> StateChanged
See Also
Reference
ConversationContextChannel Class