C# Class NavigationDemo.MainPage

Inheritance: PhoneApplicationPage
Afficher le fichier Open project: Dronacharya-Org/Dronacharya

Méthodes publiques

Méthode Description
MainPage ( ) : System

Méthodes protégées

Méthode Description
OnNavigatedFrom ( NavigationEventArgs e ) : void
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Méthode Description
CoreWindow_Closed ( Windows sender, Windows args ) : void
HomeTapped ( MapInputEventArgs args ) : bool
OnAltitudeChanged ( object sender, RangeBaseValueChangedEventArgs e ) : void
OnButtonChecked ( object sender, RoutedEventArgs e ) : void
OnEditMission ( object sender, RoutedEventArgs e ) : void
OnFly ( object sender, RoutedEventArgs e ) : void
OnLogEvent ( object sender, string e ) : void
OnMapTapped ( MapControl sender, MapInputEventArgs args ) : void
OnShowSettings ( object sender, RoutedEventArgs e ) : void
OnToggleButtonChecked ( object sender, RoutedEventArgs e ) : void
OnToggleButtonUnchecked ( object sender, RoutedEventArgs e ) : void
SetHome ( ) : void
ShowError ( string v ) : void
TrySetView ( Geopoint location ) : void

Method Details

MainPage() public méthode

public MainPage ( ) : System
Résultat System

OnNavigatedFrom() protected méthode

protected OnNavigatedFrom ( NavigationEventArgs e ) : void
e NavigationEventArgs
Résultat void

OnNavigatedTo() protected méthode

protected OnNavigatedTo ( NavigationEventArgs e ) : void
e NavigationEventArgs
Résultat void