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

ColumnClickEventArgs Constructor

Creates and initializes new ColumnClickEventArgs class instance.

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

Syntax

Visual Basic
Public Sub New ( _
        columnIndex
As Integer, _
        column
As ListColumn _
)
C#
public ColumnClickEventArgs(
       
int columnIndex,
       
ListColumn column
)

Parameters

columnIndex

Type: System.Int32

Index of the column that has been clicked.
column

Type: Aurigma.GraphicsMill.WinControls.ListColumn

The ListColumn instance representing column that has been clicked.

See Also

Reference