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

ItemActionRequestEventArgs.Cancel Property

Gets/sets value determining whether the action of the event should be cancelled.

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

Syntax

Visual Basic
Public Property Cancel As Boolean
C#
public bool Cancel { get; set; }

Property Value

If set to true, the action will be cancelled.

See Also

Reference