Creates and initializes new ColumnsInsertedEventArgs class instance.
Namespace:
Aurigma.GraphicsMill.WinControls
Assembly:
Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)
Public Sub New ( _ columns As ListColumn(), _ index As Integer _ )
public ColumnsInsertedEventArgs( ListColumn[] columns, int index )
Type: Aurigma.GraphicsMill.WinControls.ListColumn []
An array of ListColumn instances that have been added into collection.Type: System.Int32
An index of the first inserted column.