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

VirtualListView.ItemActivate Event

Fires when an item has been activated by the user (i.e. when the user expect to open the focused item).

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

Syntax

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

Remarks

The user can activate an item with either a single-click or double-click, depending on the value of the Activation property. Also, the item can be activated via the keyboard.

See Also

Reference