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

ItemInsertingEventArgs Constructor

Creates and initializes new ColumnsRemovedEventArgs class instance.

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

Syntax

Visual Basic
Public Sub New ( _
	item As IListItem, _
	index As Integer _
)
C#
public ItemInsertingEventArgs(
	IListItem item,
	int index
)

Parameters

item

Type: Aurigma.GraphicsMill.WinControls.IListItem

The list item object which is about to be inserted.
index

Type: System.Int32

An integer value that specify the destination index of the item.

See Also

Reference