C# Class TimelineExample.Views.HomePage

Mostra file Open project: jamesmcroft/uwp-timeline-example

Public Methods

Method Description
HomePage ( ) : TimelineExample.Services.Data

Protected Methods

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

Private Methods

Method Description
OnListItemClicked ( object sender, ItemClickEventArgs e ) : void

Method Details

HomePage() public method

public HomePage ( ) : TimelineExample.Services.Data
return TimelineExample.Services.Data

OnNavigatedTo() protected method

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e NavigationEventArgs
return void

OnNavigatingFrom() protected method

protected OnNavigatingFrom ( NavigatingCancelEventArgs e ) : void
e NavigatingCancelEventArgs
return void