C# Class DeviceApp.ViewModels.MainPageViewModel

Inheritance: ViewModelBase
Mostra file Open project: runceel/PrismEdu

Private Properties

Property Type Description
DeviceGestureService_CameraButtonPressed void
DeviceGestureService_GoBackRequested void
DeviceGestureService_MouseMoved void

Public Methods

Method 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

Method 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 method

public MainPageViewModel ( INavigationService ns, IDeviceGestureService ds ) : System.Collections.Generic
ns INavigationService
ds IDeviceGestureService
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