C# 클래스 DouMi.BookSearchResultPage

상속: PhoneApplicationPage
파일 보기 프로젝트 열기: gzb1985/doumi

공개 메소드들

메소드 설명
BookSearchResultPage ( ) : System

보호된 메소드들

메소드 설명
OnNavigatedTo ( System.Windows.Navigation.NavigationEventArgs e ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

BookSearchResultPage() 공개 메소드

public BookSearchResultPage ( ) : System
리턴 System

OnNavigatedTo() 보호된 메소드

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