AlarmStateChangeEventArgs Constructor

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Logic.EventArgs Namespace > AlarmStateChangeEventArgs Class >

AlarmStateChangeEventArgs Constructor

Initializes a new instance of the AlarmStateChangeEventArgs class.

Namespace: BNCS.Logic.EventArgs
Assembly:  BNCS.Logic (in BNCS.Logic.dll)

 

Syntax


public AlarmStateChangeEventArgs(
 IAlarmState oldState,
 IAlarmState newState
)

Parameters

oldState

Type: BNCS.Logic.Interfaces.IAlarmState
The previous state of the alarm.

newState

Type: BNCS.Logic.Interfaces.IAlarmState
The new state of the alarm.

 

See Also


AlarmStateChangeEventArgs Class

BNCS.Logic.EventArgs Namespace