AP&C API Reference
Public Member Functions | Properties | List of all members
Apac.SupervisableStateChangeEventArgs Class Reference

The event arguments used to report state changes of a supervised component. More...

Inheritance diagram for Apac.SupervisableStateChangeEventArgs:

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...
 

Detailed Description

The event arguments used to report state changes of a supervised component.

Constructor & Destructor Documentation

◆ SupervisableStateChangeEventArgs()

Apac.SupervisableStateChangeEventArgs.SupervisableStateChangeEventArgs ( SupervisableState  previous,
SupervisableState  current 
)
inline

Creates a set of event arguments that indicate the current and previous states of the supervised component.

Parameters
previousThe previous state.
currentThe current state.

Property Documentation

◆ CurrentState

SupervisableState Apac.SupervisableStateChangeEventArgs.CurrentState
get

The current state of the supervised component.

◆ PreviousState

SupervisableState Apac.SupervisableStateChangeEventArgs.PreviousState
get

The previous state of the supervised component.


The documentation for this class was generated from the following file: