Click or drag to resize
GridControlUndo Event
Undo event.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[BrowsableAttribute(true)]
public event UndoEventHandler Undo

Value

Type: Stingray.GridUndoEventHandler
Remarks
This event is invoked when an undo request is submitted to the grid.
See Also