Fires when operation has been redone (after finishing).

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

Syntax

Visual Basic (Declaration)
Protected Overridable Event Redone As EventHandler
C#
protected virtual event EventHandler Redone
Visual C++
protected:
virtual  event EventHandler^ Redone {
	void add (EventHandler^ value);
	void remove (EventHandler^ value);
}

Remarks

To get information what action has been redone, use argument Change.

See Also