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

ItemsEventArgs.Items Property

Gets an array of items affected by the event.

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

Syntax

Visual Basic
Public ReadOnly Property Items As IListItem()
C#
public IListItem[] Items { get; }

Property Value

An array of list item objects affected by the event.

See Also

Reference