Objective Grid for Microsoft® .NET® Reference Guide

GridControl.OnRedo Method 

Back to Class Index

Raises the Redo event.     

[Visual Basic]
Overridable Public Function OnRedo() As Boolean
[C#]
public virtual bool OnRedo();

Remarks

    

Invoke this method to redo a command previously undone with the OnUndo method.     

    

See Also

GridControl Class | GridControl Members | Stingray.Grid Namespace