C# Class VLC_WINRT.Views.BasePage

Inheritance: Windows.UI.Xaml.Controls.Page, IDisposable
Mostrar archivo Open project: kusl/vlcwinrt

Protected Properties

Property Type Description
_vm VLC_WINRT.ViewModels.NavigateableViewModel

Public Methods

Method Description
Dispose ( ) : void
NavigateFrom ( ) : void
NavigateTo ( ) : void
SetDataContext ( ) : void

Protected Methods

Method Description
BasePage ( ) : System
OnNavigatedFrom ( NavigationEventArgs e ) : void
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Method Description
SettingsCommandRequested ( SettingsPane sender, SettingsPaneCommandsRequestedEventArgs args ) : void

Method Details

BasePage() protected method

protected BasePage ( ) : System
return System

Dispose() public method

public Dispose ( ) : void
return void

NavigateFrom() public method

public NavigateFrom ( ) : void
return void

NavigateTo() public method

public NavigateTo ( ) : void
return void

OnNavigatedFrom() protected method

protected OnNavigatedFrom ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
return void

OnNavigatedTo() protected method

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
return void

SetDataContext() public method

public SetDataContext ( ) : void
return void

Property Details

_vm protected_oe property

protected NavigateableViewModel,VLC_WINRT.ViewModels _vm
return VLC_WINRT.ViewModels.NavigateableViewModel