C# Class ZSCY.Pages.ImportKB2CalendarPage

可用于自身或导航至 Frame 内部的空白页。
Inheritance: Windows.UI.Xaml.Controls.Page
显示文件 Open project: RedrockMobile/CyxbsMobile_Win

Public Methods

Method Description
ImportKB2CalendarPage ( ) : System

Protected Methods

Method Description
OnNavigatedFrom ( NavigationEventArgs e ) : void
OnNavigatedTo ( NavigationEventArgs e ) : void

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

Private Methods

Method Description
ToAccount_Click ( object sender, RoutedEventArgs e ) : void
ToCalendar_Click ( object sender, RoutedEventArgs e ) : void
URLTextBlock_TextChanged ( object sender, TextChangedEventArgs e ) : void

Method Details

ImportKB2CalendarPage() public method

public ImportKB2CalendarPage ( ) : System
return System

OnNavigatedFrom() protected method

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

OnNavigatedTo() protected method

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