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

ColumnInsertingEventArgs Constructor

Creates and initializes new ColumnInsertingEventArgs class instance.

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

Syntax

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

Parameters

column

Type: Aurigma.GraphicsMill.WinControls.ListColumn

The ListColumn object to insert.
index

Type: System.Int32

New column index.

See Also

Reference