Fired when an asynchronous operation on the grid (add/remove/edit) is completed
Namespace: Ico.GdxAssembly: GdxViewControl (in GdxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)
Syntax
C# |
---|
[ObsoleteAttribute("Not used anymore, Please check the HasChanges, HasErrrors properties together with the DataLoaded evenet to check whenever the changes are applied")]
public event DataRowChangeEventHandler RowChanged |
Visual Basic |
---|
<ObsoleteAttribute("Not used anymore, Please check the HasChanges, HasErrrors properties together with the DataLoaded evenet to check whenever the changes are applied")> _
Public Event RowChanged As DataRowChangeEventHandler |
JScript |
---|
JScript does not support events. |
See Also