|
AP&C API Reference
|
The event arguments used to report state changes of a supervised component. More...
Public Member Functions | |
| SupervisableStateChangeEventArgs (SupervisableState previous, SupervisableState current) | |
| Creates a set of event arguments that indicate the current and previous states of the supervised component. More... | |
Properties | |
| SupervisableState | PreviousState [get] |
| The previous state of the supervised component. More... | |
| SupervisableState | CurrentState [get] |
| The current state of the supervised component. More... | |
The event arguments used to report state changes of a supervised component.
|
inline |
Creates a set of event arguments that indicate the current and previous states of the supervised component.
| previous | The previous state. |
| current | The current state. |
|
get |
The current state of the supervised component.
|
get |
The previous state of the supervised component.