IAlarm.OnAlarmUpstreamChange Event

<< Click to Display Table of Contents >>

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

IAlarm.OnAlarmUpstreamChange Event

Occurs when there is a change in the upstream alarm state.

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

 

Syntax


event EventHandler<AlarmStateChangeEventArgs> OnAlarmUpstreamChange

 

Remarks


This event is triggered whenever the alarm state changes upstream, allowing subscribers to respond to these changes. The event provides an AlarmStateChangeEventArgs object containing the details of the change.

 

See Also


IAlarm Interface

BNCS.Logic.Interfaces Namespace