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

ColumnRemovingEventArgs.Cancel Property

Gets/sets the value indicating whether to cancel the column removal.

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 to cancel the column removal.

See Also

Reference