Click or drag to resize

TreeViewActivated Event

Event to handle when an item is activated

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

Value

Type: SystemEventHandlerTreeViewItemEventArgs
Remarks
An item is activated typically when double clicking the mouse on the item, or pressing enter with it selected.
See Also