ConversationStateChangedEventArgs Class

Definition

public ref class ConversationStateChangedEventArgs : Microsoft::Rtc::Signaling::StateChangedEventArgs<Microsoft::Rtc::Collaboration::ConversationState>
public class ConversationStateChangedEventArgs : Microsoft.Rtc.Signaling.StateChangedEventArgs<Microsoft.Rtc.Collaboration.ConversationState>
type ConversationStateChangedEventArgs = class
    inherit StateChangedEventArgs<ConversationState>
Public Class ConversationStateChangedEventArgs
Inherits StateChangedEventArgs(Of ConversationState)
Inheritance
ConversationStateChangedEventArgs

Properties

PreviousState

Gets the previous state for the object.

(Inherited from StateChangedEventArgs<T>)
RemoteSipMessageData
State

Gets the new state for the object.

(Inherited from StateChangedEventArgs<T>)

Methods

ToString()

Returns a String that represents the current Microsoft.Rtc.Signaling.StateChangedEventArgs{T}.

(Inherited from StateChangedEventArgs<T>)

Applies to