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

SyncHandler.Aborted Event

Fires when operation has been aborted.

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

Syntax

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

Remarks

It fires immediately after event Stopped. If SynchronizationMode is Sync or AsyncViaMessageLoop, this event handler is executed in the main application thread, otherwise (if it is Async) - in auxiliaryt thread (where operation was executed).

See Also

Reference