Redoes last undone change.

Namespace: Aurigma.GraphicsMill
Assembly:   Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic (Declaration)
Public Overridable Sub Redo
C#
public virtual void Redo ()
Visual C++
public:
virtual void Redo ()

Remarks

This method can be used only if you already called Undo() method. If no undone states are available this method will fail. You can check this with CanRedo property.
Note: When you call this method, events Redoing/Redone fires instead of Changing/Changed.

See Also