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

StateChangingEventArgs.Cancel Property

Gets/sets the value indicating whether the item state changes 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

A Boolean value indicating whether the item state changes should be cancelled.

See Also

Reference