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

ItemsRemovedEventArgs Constructor

Creates and initializes new ItemsRemovedEventArgs class instance.

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

Syntax

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

Parameters

items

Type: Aurigma.GraphicsMill.WinControls.IListItem []

An array of the list item objects that have been removed from the collection.
indices

Type: System.Int32 []

An array of removed items indices.

See Also

Reference