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

Namespace: Ico.Gdx
Assembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

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

Remarks

The sender of the event is the Data Grid affected by the change

See Also