NavigationItemEventArgsItem Property  | 
 
            Gets the item that triggered the event
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxpublic INavigationItem Item { get; }Public ReadOnly Property Item As INavigationItem
	Get
member Item : INavigationItem with get
Property Value
Type: 
INavigationItemThe item.
See Also