C# Class DeviceApp.ViewModels.MainPageViewModel

Inheritance: ViewModelBase
Afficher le fichier Open project: runceel/PrismEdu

Private Properties

Свойство Type Description
DeviceGestureService_CameraButtonPressed void
DeviceGestureService_GoBackRequested void
DeviceGestureService_MouseMoved void

Méthodes publiques

Méthode Description
MainPageViewModel ( INavigationService ns, IDeviceGestureService ds ) : System.Collections.Generic
NavigateNextPage ( ) : void
OnNavigatedTo ( NavigatedToEventArgs e, object>.Dictionary viewModelState ) : void
OnNavigatingFrom ( NavigatingFromEventArgs e, object>.Dictionary viewModelState, bool suspending ) : void

Private Methods

Méthode Description
DeviceGestureService_CameraButtonPressed ( object sender, Prism.Windows.AppModel.DeviceGestureEventArgs e ) : void
DeviceGestureService_GoBackRequested ( object sender, Prism.Windows.AppModel.DeviceGestureEventArgs e ) : void
DeviceGestureService_MouseMoved ( object sender, Windows e ) : void

Method Details

MainPageViewModel() public méthode

public MainPageViewModel ( INavigationService ns, IDeviceGestureService ds ) : System.Collections.Generic
ns INavigationService
ds IDeviceGestureService
Résultat System.Collections.Generic

NavigateNextPage() public méthode

public NavigateNextPage ( ) : void
Résultat void

OnNavigatedTo() public méthode

public OnNavigatedTo ( NavigatedToEventArgs e, object>.Dictionary viewModelState ) : void
e NavigatedToEventArgs
viewModelState object>.Dictionary
Résultat void

OnNavigatingFrom() public méthode

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