IAlarmState.OnStateChanged Event

<< Click to Display Table of Contents >>

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

IAlarmState.OnStateChanged Event

Occurs when the state changes.

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

 

Syntax


event Nullable<EventHandler> OnStateChanged

 

Remarks


This event is triggered whenever there is a change in the state of the object. Subscribers can handle this event to perform actions in response to the state change.

 

See Also


IAlarmState Interface

BNCS.Logic.Interfaces Namespace