C# Class UserControlTP1.Pages.BlankPage2

Une page vide peut ĂȘtre utilisĂ©e seule ou constituer une page de destination au sein d'un frame.
Inheritance: Windows.UI.Xaml.Controls.Page
Show file Open project: antoinecronier/pokemon

Public Methods

Method Description
BlankPage2 ( ) : System

Protected Methods

Method Description
OnNavigatedFrom ( NavigationEventArgs e ) : void

Private Methods

Method Description
BlankPage2_KeyUp ( object sender, KeyRoutedEventArgs e ) : void
Connect ( int connectionId, object target ) : void
GetBindingConnector ( int connectionId, object target ) : global::Windows.UI.Xaml.Markup.IComponentConnector
Grid_SizeChanged ( object sender, SizeChangedEventArgs e ) : void
InitializeComponent ( ) : void
WebView_LoadCompleted ( object sender, NavigationEventArgs e ) : void
WebView_NavigationCompleted ( WebView sender, WebViewNavigationCompletedEventArgs args ) : void
btnWebview_Click ( object sender, RoutedEventArgs e ) : void
webView_ScriptNotify ( object sender, NotifyEventArgs e ) : void

Method Details

BlankPage2() public method

public BlankPage2 ( ) : System
return System

OnNavigatedFrom() protected method

protected OnNavigatedFrom ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
return void