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

ItemInsertingEventArgs.Index Property

Gets an index of the item which it will get after inserting.

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

Syntax

Visual Basic
Public ReadOnly Property Index As Integer
C#
public int Index { get; }

Property Value

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

See Also

Reference