C# Class VisibleBoundsWP8Sample.MainPage

Mostra file Open project: martinsuchan/wpdev.samples

Public Methods

Method Description
MainPage ( ) : System

Protected Methods

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

Private Methods

Method Description
ToggleAppBarClick ( object sender, RoutedEventArgs e ) : void
ToggleStatusClick ( object sender, RoutedEventArgs e ) : void
UpdateBounds ( object sender, EventArgs args ) : void

Method Details

MainPage() public method

public MainPage ( ) : System
return System

OnNavigatedTo() protected method

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