Click or drag to resize

TreeGridViewItemEventArgsItem Property

Gets the item that triggered the event.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public ITreeGridItem Item { get; }

Property Value

Type: ITreeGridItem
The item that triggered the event.
See Also