C# 클래스 NavigationApp.ViewModels.MainPageViewModel

상속: ViewModelBase
파일 보기 프로젝트 열기: runceel/PrismEdu

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
MainPageViewModel ( INavigationService navigationService ) : System.Collections.Generic
NavigateNextPage ( ) : void
OnNavigatedTo ( NavigatedToEventArgs e, object>.Dictionary viewModelState ) : void
OnNavigatingFrom ( NavigatingFromEventArgs e, object>.Dictionary viewModelState, bool suspending ) : void

메소드 상세

MainPageViewModel() 공개 메소드

public MainPageViewModel ( INavigationService navigationService ) : System.Collections.Generic
navigationService INavigationService
리턴 System.Collections.Generic

NavigateNextPage() 공개 메소드

public NavigateNextPage ( ) : void
리턴 void

OnNavigatedTo() 공개 메소드

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

OnNavigatingFrom() 공개 메소드

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