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

ItemsInsertedEventArgs Constructor

Creates and initializes new ItemsInsertedEventArgs class instance.

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

Syntax

Visual Basic
Public Sub New ( _
        index
As Integer, _
        items
As IListItem() _
)
C#
public ItemsInsertedEventArgs(
       
int index,
       
IListItem[] items
)

Parameters

index

Type: System.Int32

An index of the first inserted item.
items

Type: Aurigma.GraphicsMill.WinControls.IListItem []

An array of the list item objects that have been inserted.

See Also

Reference