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 | |
---|---|---|
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 | |
---|---|---|
PreviousState | Gets the previous state for the object. | |
State | Gets the new state for the object. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | Returns a String that represents the current StateChangedEventArgs<T>. (Overrides Object.ToString().) |
Top