This documentation is for the old version. Go to the latest Graphics Mill docs

Bitmap.Undone Event

Fires when operation has been undone (after finishing).

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

Syntax

Visual Basic
Public Overridable Event Undone As EventHandler
C#
public virtual event EventHandler Undone

Remarks

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

See Also

Reference