GoDiagram Win Reference
Redo Method (GoUndoManager)

Restore the state of some documents to after the current IGoUndoableEdit.
Syntax
'Declaration
 
Public Overridable Sub Redo() 
public virtual void Redo()
Remarks
This calls IGoUndoableEdit.Redo on the current EditToRedo. This will raise a GoDocument.Changed event with a hint of GoDocument.StartingRedo before actually performing the redo, and will raise a Changed event with a hint of GoDocument.FinishedRedo afterwards. The GoChangedEventArgs.GoChangedEventArgs.Object is the GoUndoManagerCompoundEdit that was the value of 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

GoUndoManager Class
GoUndoManager Members
CanRedo Method

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback