C# Class DouMi.BookSearchResultPage

Inheritance: PhoneApplicationPage
Mostra file Open project: gzb1985/doumi

Public Methods

Method Description
BookSearchResultPage ( ) : System

Protected Methods

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

Private Methods

Method Description
BookSearchResultListBox_SelectionChanged ( object sender, System.Windows.Controls.SelectionChangedEventArgs e ) : void
BookSearchResultPage_Loaded ( object sender, RoutedEventArgs e ) : void
FindElementRecursive ( FrameworkElement parent, Type targetType ) : UIElement
FindVisualState ( FrameworkElement element, string name ) : System.Windows.VisualStateGroup
LB_ManipulationCompleted ( object sender, System.Windows.Input.ManipulationCompletedEventArgs e ) : void
LB_ManipulationStarted ( object sender, System.Windows.Input.ManipulationStartedEventArgs e ) : void
NeedSearchMore ( ) : bool
SearchBook ( string url ) : void
SearchMoreBook ( string url ) : void
initialScrollView ( ) : void
vgroup_CurrentStateChanging ( object sender, System.Windows.VisualStateChangedEventArgs e ) : void

Method Details

BookSearchResultPage() public method

public BookSearchResultPage ( ) : System
return System

OnNavigatedTo() protected method

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