StateChangedEventArgs(T) Members

Represents a generic class for reporting the [StateChanged] event.

The StateChangedEventArgs<(Of <(<'T>)>)> type exposes the following members.

Constructors

  Name Description
Public method StateChangedEventArgs<(Of <(<'T>)>)>(T, T)
Public method StateChangedEventArgs<(Of <(<'T>)>)>(Boolean, T, T) Obsolete. Initializes a new instance of the class to be used for a normal state changed event.
Public method StateChangedEventArgs<(Of <(<'T>)>)>(Boolean, T, T, Exception) Obsolete. Initializes a new instance of the class to be used for a normal state changed event.

Top

Properties

  Name Description
Public property Error Obsolete. Gets the exception related to the state change or nullNothingnullptrunita null reference (Nothing in Visual Basic).
Public property IsMethodResult Obsolete. Gets whether the results of the state change are also reported directly to the application due to a method call.
Public property PreviousState Gets the previous state for this event.
Public property State Gets the new state for this event.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See Also

Reference

StateChangedEventArgs<(Of <(<'T>)>)> Class

Microsoft.Rtc.Signaling Namespace