C# Class LogoFX.Client.Mvvm.Navigation.NavigationHelper

Navigation helper which allows registering navigation commands on the specified view
Exibir arquivo Open project: LogoFX/LogoFX

Public Methods

Method Description
RegisterNavigationCommands ( Type viewModelType, object view, INavigationService navigationService ) : void

Registers the navigation commands on the specified view

Private Methods

Method Description
CreateBrowseBackCommandBinding ( INavigationService navigationService ) : System.Windows.Input.CommandBinding
CreateBrowseForwardCommandBinding ( INavigationService navigationService ) : System.Windows.Input.CommandBinding

Method Details

RegisterNavigationCommands() public static method

Registers the navigation commands on the specified view
public static RegisterNavigationCommands ( Type viewModelType, object view, INavigationService navigationService ) : void
viewModelType System.Type Type of the view model, i.e. the navigation commands source.
view object The specified view.
navigationService INavigationService The navigation service.
return void