|
<< 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)
public AlarmStateChangeEventArgs(
IAlarmState oldState,
IAlarmState newState
)
oldState
Type: BNCS.Logic.Interfaces.IAlarmState
The previous state of the alarm.
newState
Type: BNCS.Logic.Interfaces.IAlarmState
The new state of the alarm.
AlarmStateChangeEventArgs Class
BNCS.Logic.EventArgs Namespace