C# Class Vidyano.View.Pages.PersistentObjectPage

Inheritance: PhoneApplicationPage
Show file Open project: stevehansen/vidyano_v1

Public Methods

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

Protected Methods

Method Description
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
OnNavigatingFrom ( System.Windows.Navigation.NavigatingCancelEventArgs e ) : void
OnRemovedFromJournal ( JournalEntryRemovedEventArgs e ) : void

Method Details

OnNavigatedTo() protected method

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

OnNavigatingFrom() protected method

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

OnRemovedFromJournal() protected method

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

PersistentObjectPage() public method

public PersistentObjectPage ( ) : System
return System

PersistentObjectPage() public method

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