Click or drag to resize

NavigationItemEventArgs Class

Event arguments with a NavigationItem reference
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Eto.FormsNavigationItemEventArgs

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public sealed class NavigationItemEventArgs : EventArgs

The NavigationItemEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodNavigationItemEventArgs
Initializes a new instance of the NavigationItemEventArgs class.
Top
Properties
  NameDescription
Public propertyItem
Gets the item that triggered the event
Top
See Also