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

ItemsRemovedEventArgs.RemovedItemsIndices Property

Gets an array of removed items indices.

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

Syntax

Visual Basic
Public ReadOnly Property RemovedItemsIndices As Integer()
C#
public int[] RemovedItemsIndices { get; }

Property Value

An array of removed items indices.

See Also

Reference