C# Class Eurofurence.Companion.Views.EventsPage

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

Private Properties

Property Type Description
GroupItemClick void
NavigationHelper_LoadState void
NavigationHelper_SaveState void
SynchronizeFlipView void
ViewByDay_ItemClick void

Public Methods

Method Description
EventsPage ( ) : Ninject

Protected Methods

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

Private Methods

Method Description
GroupItemClick ( object sender, ItemClickEventArgs e ) : void
NavigationHelper_LoadState ( object sender, LoadStateEventArgs e ) : void
NavigationHelper_SaveState ( object sender, SaveStateEventArgs e ) : void
SynchronizeFlipView ( object sender, SelectionChangedEventArgs e ) : void
ViewByDay_ItemClick ( object sender, ItemClickEventArgs e ) : void

Method Details

EventsPage() public method

public EventsPage ( ) : Ninject
return Ninject

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