Fired when new alarms are coming in the datagrids, when they are disappearing or when they change

Namespace: Ico.Awx
Assembly: AwxViewControl (in AwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public event NotifyCollectionChangedEventHandler AlarmsChanged
Visual Basic
Public Event AlarmsChanged As NotifyCollectionChangedEventHandler
JScript
JScript does not support events.

Remarks

The sender of the event is the datagrid affected by the change

See Also