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

Bitmap.Redoing Event

Fires when image is being redone (before starting).

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

Syntax

Visual Basic
Public Overridable Event Redoing As StateRestoringEventHandler
C#
public virtual event StateRestoringEventHandler Redoing

Remarks

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

See Also

Reference