C# Class wenku10.Pages.History

Inheritance: Windows.UI.Xaml.Controls.Page
ファイルを表示 Open project: tgckpg/wenku10

Public Properties

Property Type Description
ID string

Public Methods

Method Description
History ( ) : System

Protected Methods

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

Private Methods

Method Description
Dispose ( ) : void
History_ItemClick ( object sender, ItemClickEventArgs e ) : void
LoadHistory ( ) : void
OnBackRequested ( object sender, Net.Astropenguin.Controls.XBackRequestedEventArgs e ) : void
TextBox_TextChanging ( TextBox sender, TextBoxTextChangingEventArgs args ) : void

Method Details

History() public method

public History ( ) : System
return System

OnNavigatedFrom() protected method

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

OnNavigatedTo() protected method

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

Property Details

ID public_oe static_oe property

public static string ID
return string