Click or drag to resize
GridControlRedo Event
Redo event.

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

Value

Type: Stingray.GridRedoEventHandler
Remarks
This event is invoked when a redo request is submitted to the grid.
See Also