LocalEndpointStateChangedEventArgs Class

Definition

Represents the information associated with a LocalEndpoint state transition.

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

Properties

MessageData

Gets the message that caused the state transition.

PreviousState

Gets the previous state for the object.

(Inherited from StateChangedEventArgs<T>)
Reason

Gets the reason for the change in state.

State

Gets the new state for the object.

(Inherited from StateChangedEventArgs<T>)

Methods

ToString()

Creates a string showing the values of the properties in this event args class

Applies to