C# Class DvachBrowser.Views.BoardListPage

Inheritance: PhoneApplicationPage
ファイルを表示 Open project: vortexwolf/2ch-Browser-WP7

Public Methods

Method Description
BoardListPage ( ) : System

Protected Methods

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

Private Methods

Method Description
OnSelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
OnTextBoxKeyUp ( object sender, System.Windows.Input.KeyEventArgs e ) : void

Method Details

BoardListPage() public method

public BoardListPage ( ) : System
return System

OnNavigatedTo() protected method

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