C# Class ArcGISWindowsPhoneSDK.MainPage

Inheritance: PhoneApplicationPage
Afficher le fichier Open project: Esri/arcgis-samples-winphone

Méthodes publiques

Méthode Description
MainPage ( ) : System

Méthodes protégées

Méthode Description
OnBackKeyPress ( System e ) : void
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void

Private Methods

Méthode Description
BackButton_Click ( object sender, EventArgs e ) : void
ForwardButton_Click ( object sender, EventArgs e ) : void
ListBoxCategory_MouseLeftButtonUp ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
MainMenuButton_Click ( object sender, RoutedEventArgs e ) : void
Menu_List_Click ( object sender, EventArgs e ) : void
ShowMainMenu ( ) : void
SwitchLists ( ) : void
fillColor_ManipulationCompleted ( object sender, System.Windows.Input.ManipulationCompletedEventArgs e ) : void
fillColor_MouseLeftButtonDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Method Details

MainPage() public méthode

public MainPage ( ) : System
Résultat System

OnBackKeyPress() protected méthode

protected OnBackKeyPress ( System e ) : void
e System
Résultat void

OnNavigatedTo() protected méthode

protected OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs
Résultat void