ConversationContextChannelStateChangedEventArgs Class
Represents the information associated with a ConversationContextChannel state transition.
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.Rtc.Signaling.StateChangedEventArgs<ConversationContextChannelState>
Microsoft.Rtc.Collaboration.ConversationContextChannelStateChangedEventArgs
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Class ConversationContextChannelStateChangedEventArgs _
Inherits StateChangedEventArgs(Of ConversationContextChannelState)
'Usage
Dim instance As ConversationContextChannelStateChangedEventArgs
public class ConversationContextChannelStateChangedEventArgs : StateChangedEventArgs<ConversationContextChannelState>
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.