C# Class ArcGISWindowsPhoneSDK.MainPage

Inheritance: PhoneApplicationPage
Show file Open project: Esri/arcgis-samples-winphone

Public Methods

Method Description
MainPage ( ) : System

Protected Methods

Method Description
OnBackKeyPress ( System e ) : void
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void

Private Methods

Method 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 method

public MainPage ( ) : System
return System

OnBackKeyPress() protected method

protected OnBackKeyPress ( System e ) : void
e System
return void

OnNavigatedTo() protected method

protected OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void
e System.Windows.Navigation.NavigationEventArgs
return void