The event is fired when the CommitChanges operation is completed

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

Syntax

C#
public event EventHandler DataSaved
Visual Basic
Public Event DataSaved As EventHandler
JScript
JScript does not support events.

Remarks

If there are errors the event is not fired

See Also