C# Class NavigationApp.ViewModels.MainPageViewModel

Inheritance: ViewModelBase
Mostra file Open project: runceel/PrismEdu

Private Properties

Property Type Description

Public Methods

Method Description
MainPageViewModel ( INavigationService navigationService ) : System.Collections.Generic
NavigateNextPage ( ) : void
OnNavigatedTo ( NavigatedToEventArgs e, object>.Dictionary viewModelState ) : void
OnNavigatingFrom ( NavigatingFromEventArgs e, object>.Dictionary viewModelState, bool suspending ) : void

Method Details

MainPageViewModel() public method

public MainPageViewModel ( INavigationService navigationService ) : System.Collections.Generic
navigationService INavigationService
return System.Collections.Generic

NavigateNextPage() public method

public NavigateNextPage ( ) : void
return void

OnNavigatedTo() public method

public OnNavigatedTo ( NavigatedToEventArgs e, object>.Dictionary viewModelState ) : void
e NavigatedToEventArgs
viewModelState object>.Dictionary
return void

OnNavigatingFrom() public method

public OnNavigatingFrom ( NavigatingFromEventArgs e, object>.Dictionary viewModelState, bool suspending ) : void
e NavigatingFromEventArgs
viewModelState object>.Dictionary
suspending bool
return void