|
<< 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)
event EventHandler<AlarmStateChangeEventArgs> OnAlarmUpstreamChange
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.
BNCS.Logic.Interfaces Namespace