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

Bitmap.Undoing Event

Fires when image is being undone (before starting).

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

Syntax

Visual Basic
Protected Overridable Event Undoing As StateRestoringEventHandler
C#
protected virtual event StateRestoringEventHandler Undoing

Remarks

You can cancel undoing from this event by setting Cancel argument to false. To get information what action is being undone, use argument Change.

See Also

Reference