NavigationICallbackOnItemShown Method |
Raises the item shown event.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax void OnItemShown(
Navigation widget,
NavigationItemEventArgs e
)
Sub OnItemShown (
widget As Navigation,
e As NavigationItemEventArgs
)
abstract OnItemShown :
widget : Navigation *
e : NavigationItemEventArgs -> unit
Parameters
- widget
- Type: Eto.FormsNavigation
[Missing <param name="widget"/> documentation for "M:Eto.Forms.Navigation.ICallback.OnItemShown(Eto.Forms.Navigation,Eto.Forms.NavigationItemEventArgs)"]
- e
- Type: Eto.FormsNavigationItemEventArgs
[Missing <param name="e"/> documentation for "M:Eto.Forms.Navigation.ICallback.OnItemShown(Eto.Forms.Navigation,Eto.Forms.NavigationItemEventArgs)"]
See Also