C# Class AthensTransit_Hackathon.MainPage

Inheritance: global::Windows.UI.Xaml.Controls.Page, global::Windows.UI.Xaml.Markup.IComponentConnector
Datei anzeigen Open project: crowdhackathon-transport/AthensTransit

Public Methods

Method Description
CommandHandlersFacebook ( IUICommand commandLabel ) : void
CommandHandlersRate ( IUICommand commandLabel ) : void
MainPage ( ) : System

Protected Methods

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

Invoked when this page is about to be displayed in a Frame.

Private Methods

Method Description
AppBarButton_Click ( object sender, RoutedEventArgs e ) : void
Connect ( int connectionId, object target ) : void
HardwareButtons_BackPressed ( object sender, BackPressedEventArgs e ) : void
InitializeComponent ( ) : void
button_Click ( object sender, RoutedEventArgs e ) : void
deleteImage_Tapped ( object sender, TappedRoutedEventArgs e ) : void
facebookIcon_Click ( object sender, RoutedEventArgs e ) : void
favoriteIcon_Click ( object sender, RoutedEventArgs e ) : void
infoIcon_Click ( object sender, RoutedEventArgs e ) : void
searchBus_Click ( object sender, RoutedEventArgs e ) : void

Method Details

CommandHandlersFacebook() public method

public CommandHandlersFacebook ( IUICommand commandLabel ) : void
commandLabel IUICommand
return void

CommandHandlersRate() public method

public CommandHandlersRate ( IUICommand commandLabel ) : void
commandLabel IUICommand
return void

MainPage() public method

public MainPage ( ) : System
return System

OnNavigatedFrom() protected method

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

OnNavigatedTo() protected method

Invoked when this page is about to be displayed in a Frame.
protected OnNavigatedTo ( NavigationEventArgs e ) : void
e NavigationEventArgs Event data that describes how this page was reached. /// This parameter is typically used to configure the page.
return void