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

SyncHandler.Stopped Event

Fires after operation has been stopped.

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

Syntax

Visual Basic
Public Overridable Event Stopped As StopEventHandler
C#
public virtual event StopEventHandler Stopped

Remarks

This event also enables you to handle errors in asynchronous mode by using Exception argument. If operation was completed successfully, this argument contains null.

See Also

Reference