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

ColumnsEventArgs.Columns Property

Gets an array of columns that cause the event.

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

Syntax

Visual Basic
Public ReadOnly Property Columns As ListColumn()
C#
public ListColumn[] Columns { get; }

Property Value

An array of ListColumn objects that cause the event.

See Also

Reference