Click or drag to resize

ListBoxActivated Event

Occurs when an item is activated, usually with a double click or by pressing enter.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public event EventHandler<EventArgs> Activated

Value

Type: SystemEventHandlerEventArgs
See Also