C# Class Vidyano.View.Pages.QueryPage

Show file Open project: stevehansen/vidyano_v1

Public Methods

Method Description
QueryPage ( ) : System
QueryPage ( ) : Vidyano.ViewModel

Protected Methods

Method Description
OnNavigatedTo ( NavigationEventArgs e ) : void
OnNavigatingFrom ( NavigatingCancelEventArgs e ) : void
OnRemovedFromJournal ( JournalEntryRemovedEventArgs e ) : void

Method Details

OnNavigatedTo() protected method

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

OnNavigatingFrom() protected method

protected OnNavigatingFrom ( NavigatingCancelEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigatingCancelEventArgs
return void

OnRemovedFromJournal() protected method

protected OnRemovedFromJournal ( JournalEntryRemovedEventArgs e ) : void
e JournalEntryRemovedEventArgs
return void

QueryPage() public method

public QueryPage ( ) : System
return System

QueryPage() public method

public QueryPage ( ) : Vidyano.ViewModel
return Vidyano.ViewModel