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

ColumnEventArgs.Column Property

Gets the column that causes the event.

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

Syntax

Visual Basic
Public ReadOnly Property Column As ListColumn
C#
public ListColumn Column { get; }

Property Value

The ListColumn object that causes the event.

See Also

Reference