GoDiagram Web Reference
Redo Method (GoDocument)

Call the UndoManager's Redo method if CanRedo is true.
Syntax
'Declaration
 
Public Overridable Sub Redo() 
public virtual void Redo()
Remarks
GoUndoManager.Redo will raise a Changed event with a hint of StartingRedo before actually performing the redo, and will raise a Changed event with a hint of FinishedRedo afterwards. The GoChangedEventArgs.Object is the GoUndoManagerCompoundEdit that was the value of GoUndoManager.GoUndoManager.EditToRedo before calling Redo.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoDocument Class
GoDocument Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback