NavigationItemEventArgs Class |
Inheritance Hierarchy
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxpublic sealed class NavigationItemEventArgs : EventArgs
Public NotInheritable Class NavigationItemEventArgs
Inherits EventArgs
[<SealedAttribute>]
type NavigationItemEventArgs =
class
inherit EventArgs
end
The NavigationItemEventArgs type exposes the following members.
Constructors
Properties
| Name | Description |
---|
 | Item |
Gets the item that triggered the event
|
Top
See Also