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