ParticipateStateChangedEventArgs Members
The ParticipateStateChangedEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
Error | Obsolete. Gets the exception related to the state change or nullNothingnullptrunita null reference (Nothing in Visual Basic). (Inherited from StateChangedEventArgs<(Of <(<'T>)>)>.) | |
IsMethodResult | Obsolete. Gets whether the results of the state change are also reported directly to the application due to a method call. (Inherited from StateChangedEventArgs<(Of <(<'T>)>)>.) | |
PreviousState | Gets the previous state for this event. (Inherited from StateChangedEventArgs<(Of <(<'T>)>)>.) | |
State | Gets the new state for this event. (Inherited from StateChangedEventArgs<(Of <(<'T>)>)>.) |
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 | (Inherited from Object.) |
Top