Partilhar via


StateChangedEventArgs<T> Members

Include Protected Members
Include Inherited Members

Represents a Generic class for reporting state changed event. This class provides the old and new state.

The StateChangedEventArgs<T> type exposes the following members.

Constructors

  Name Description
Public method StateChangedEventArgs<T> Initializes a new instance of the class to be used for a normal state changed event. The caller should provide both old and new states to indicate the transition.

Top

Properties

  Name Description
Public property PreviousState Gets the previous state for the object.
Public property State Gets the new state for the object.

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 Returns a String that represents the current StateChangedEventArgs<T>. (Overrides Object.ToString().)

Top

See Also

Reference

StateChangedEventArgs<T> Class

Microsoft.Rtc.Signaling Namespace