C# Class Herald.BlankPage1

可用于自身或导航至 Frame 内部的空白页。
Inheritance: Windows.UI.Xaml.Controls.Page
Afficher le fichier Open project: HeraldStudio/Herald-WP

Méthodes publiques

Méthode Description
BlankPage1 ( ) : System

Méthodes protégées

Méthode Description
OnNavigatedTo ( NavigationEventArgs e ) : void

在此页将要在 Frame 中显示时进行调用。

Method Details

BlankPage1() public méthode

public BlankPage1 ( ) : System
Résultat System

OnNavigatedTo() protected méthode

在此页将要在 Frame 中显示时进行调用。
protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs 描述如何访问此页的事件数据。 /// 此参数通常用于配置页。
Résultat void