C# Class Eurofurence.Companion.Views.EventsByDayPage

Inheritance: Windows.UI.Xaml.Controls.Page, IPagePropertiesExtended
Mostra file Open project: eurofurence/ef-app_wp

Private Properties

Property Type Description
FlipView_SelectionChanged void
ListViewBase_OnItemClick void
NavigationHelper_LoadState void
NavigationHelper_SaveState void
SelectConferenceDay void

Public Methods

Method Description
EventsByDayPage ( ) : System

Protected Methods

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

Private Methods

Method Description
FlipView_SelectionChanged ( object sender, SelectionChangedEventArgs e ) : void
ListViewBase_OnItemClick ( object sender, ItemClickEventArgs e ) : void
NavigationHelper_LoadState ( object sender, LoadStateEventArgs e ) : void
NavigationHelper_SaveState ( object sender, SaveStateEventArgs e ) : void
SelectConferenceDay ( EventConferenceDayViewModel conferenceDay, bool forceReset = false ) : void

Method Details

EventsByDayPage() public method

public EventsByDayPage ( ) : System
return System

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