 | GridControlRedo Event |
Redo event.
Namespace: Stingray.GridAssembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: [TAG_DECIMAL_VERSION]
Syntax[BrowsableAttribute(true)]
public event RedoEventHandler Redo
<BrowsableAttribute(true)>
Public Event Redo As RedoEventHandler
public:
[BrowsableAttribute(true)]
event RedoEventHandler^ Redo {
void add (RedoEventHandler^ value);
void remove (RedoEventHandler^ value);
}
Value
Type:
Stingray.GridRedoEventHandler
Remarks
This event is invoked when a redo request is submitted to
the grid.
See Also