IAlarm.OnAlarmStateChange Event

<< Click to Display Table of Contents >>

Navigation:  Reference > BNCS.Logic.Interfaces Namespace > IAlarm Interface > IAlarm Events >

IAlarm.OnAlarmStateChange Event

Occurs when the alarm state changes.

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

 

Syntax


event EventHandler<AlarmStateChangeEventArgs> OnAlarmStateChange

 

Remarks


This event is triggered whenever there is a change in the alarm state, such as when an alarm is activated or deactivated.

 

See Also


IAlarm Interface

BNCS.Logic.Interfaces Namespace