ParticipateStateChangedEventArgs Class

Definition

Indicates changes in ParticipateState.

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

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>)

Methods

ToString()

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

(Inherited from StateChangedEventArgs<T>)

Applies to