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

ColumnsRemovedEventArgs.RemovedColumnsIndices Property

Gets an array of indices of the removed items.

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

Syntax

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

Property Value

An array of indices of removed items.

See Also

Reference