Click or drag to resize

NavigationItemEventArgsItem Property

Gets the item that triggered the event

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

Property Value

Type: INavigationItem
The item.
See Also