INavigation Interface
This entity is experimental and might be changed or removed in a future release.
An extended navigation interface implemented by full navigation behaviors.
This API is subject to significant changes in coming versions. Though previously not marked as experimental, there is a need to consolidate and group some of the events and states to remain maintainable, fix some defects, and add some required features.
Location
- Namespace
- Fuse.Navigation
- Package
- Fuse.Navigation 2.9.1
Interface of INavigation
ActivePageChanged : ActivePageChangedHandler (object, Visual) ux
hide
GetPage(int) : Visual uno
GetPageState(Visual) : NavigationPageState uno
Goto(Visual, NavigationGotoMode) uno
Navigated : NavigatedHandler (object, NavigatedArgs) ux
hide
PageCount : int uno
PageCountChanged : NavigationPageCountHandler (object) ux
hide
PageProgress : double uno
PageProgressChanged : NavigationHandler (object, NavigationArgs) ux
hide
State : NavigationState uno
StateChanged : ValueChangedHandler<NavigationState> (object, ValueChangedArgs<NavigationState>) ux
hide
Toggle(Visual) uno
Inherited from object
Equals(object) : bool uno
GetHashCode : int uno
GetType : Type uno
ToString : string uno
Implemented Interfaces
IBaseNavigation uno
A minimal interface implemented by simple navigation behaviors and controls.