ConversationContextChannelStateChangedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the information associated with a ConversationContextChannel state transition.
public ref class ConversationContextChannelStateChangedEventArgs : Microsoft::Rtc::Signaling::StateChangedEventArgs<Microsoft::Rtc::Collaboration::ConversationContextChannelState>
public class ConversationContextChannelStateChangedEventArgs : Microsoft.Rtc.Signaling.StateChangedEventArgs<Microsoft.Rtc.Collaboration.ConversationContextChannelState>
type ConversationContextChannelStateChangedEventArgs = class
inherit StateChangedEventArgs<ConversationContextChannelState>
Public Class ConversationContextChannelStateChangedEventArgs
Inherits StateChangedEventArgs(Of ConversationContextChannelState)
- Inheritance
-
ConversationContextChannelStateChangedEventArgs
Properties
PreviousState |
Gets the previous state for the object. (Inherited from StateChangedEventArgs<T>) |
State |
Gets the new state for the object. (Inherited from StateChangedEventArgs<T>) |
TransitionReason |
Gets the reason for the change in state. |
Methods
ToString() |
Returns a String that represents the current Microsoft.Rtc.Signaling.StateChangedEventArgs{T}. (Inherited from StateChangedEventArgs<T>) |