Click or drag to resize

NavigationItemEventArgs Constructor

Initializes a new instance of the NavigationItemEventArgs class.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public NavigationItemEventArgs(
	INavigationItem item
)

Parameters

item
Type: Eto.FormsINavigationItem
Item that triggered the event
See Also