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

VirtualListView.SelectedItemsChanged Event

Fires when the set of currently selected items has been changed (items are added or removed).

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

Syntax

Visual Basic
Public Event SelectedItemsChanged As EventHandler
C#
public event EventHandler SelectedItemsChanged

Remarks

Use the SelectedIndices or SelectedItems to get access to currently selected items.

See Also

Reference