Creates and initializes new ColumnClickEventArgs class instance.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Public Sub New ( _ columnIndex As Integer, _ column As ListColumn _ )
public ColumnClickEventArgs( int columnIndex, ListColumn column )
Type: System.Int32
Index of the column that has been clicked.Type: Aurigma.GraphicsMill.WinControls.ListColumn
The ListColumn instance representing column that has been clicked.