Creates and initializes new ColumnInsertingEventArgs class instance.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Public Sub New ( _ column As ListColumn, _ index As Integer _ )
public ColumnInsertingEventArgs( ListColumn column, int index )
Type: Aurigma.GraphicsMill.WinControls.ListColumn
The ListColumn object to insert.Type: System.Int32
New column index.