C# Class wenku10.Pages.BookInfoView

Inheritance: Windows.UI.Xaml.Controls.Page
显示文件 Open project: tgckpg/wenku10 Class Usage Examples

Public Properties

Property Type Description
ID string
Instance BookInfoView

Private Properties

Property Type Description
AddOrRemoveFav void
BeginStory void
ChFixedListLayoutUpdate void
ChLeftBoundaryLoaded void
ChRightBoundaryLoaded void
ChangeBackground void
ChapterListLoaded void
ChapterSelected void
CommentsBgLoaded void
ContentScroll_ViewChanged void
Dispose void
DownloadVolume void
FloatChapterList void
FloatList void
GauBack void
GoToContentReader void
InfoBgLoaded void
JumpToBookmark void
LoadBookInfo void
LoadBookInfo void
LoadBookInfo void
OnBackRequested void
OneDriveRsync System.Threading.Tasks.Task
OpenInBrowser void
OpenType void
PlaceChapterList void
PushCountGridLoaded void
ReorderModules void
SearchAuthor void
SetTemplateComment void
SetTemplateNone void
SetTemplateTOC void
SyncButtonLoaded void
SyncIndLoaded void
TOCShowVolumeAction void
ToggleDirection void
UpdateBookInfoSection void
VolumeChanged void
VolumeListLoaded void
Vote void

Public Methods

Method Description
BookInfoView ( ) : System

Protected Methods

Method Description
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Method Description
AddOrRemoveFav ( object sender, TappedRoutedEventArgs e ) : void
BeginStory ( ) : void
ChFixedListLayoutUpdate ( object sender, object e ) : void
ChLeftBoundaryLoaded ( object sender, RoutedEventArgs e ) : void
ChRightBoundaryLoaded ( object sender, RoutedEventArgs e ) : void
ChangeBackground ( object sender, RoutedEventArgs e ) : void
ChapterListLoaded ( object sender, RoutedEventArgs e ) : void
ChapterSelected ( object sender, ItemClickEventArgs e ) : void
CommentsBgLoaded ( object sender, RoutedEventArgs e ) : void
ContentScroll_ViewChanged ( object sender, ScrollViewerViewChangedEventArgs e ) : void
Dispose ( ) : void
DownloadVolume ( object sender, RoutedEventArgs e ) : void
FloatChapterList ( ) : void
FloatList ( ) : void
GauBack ( ) : void
GoToContentReader ( BookItem b ) : void
InfoBgLoaded ( object sender, RoutedEventArgs e ) : void
JumpToBookmark ( object sender, RoutedEventArgs e ) : void
LoadBookInfo ( BookItem Book ) : void
LoadBookInfo ( LocalTextDocument Doc ) : void
LoadBookInfo ( string id ) : void
OnBackRequested ( object sender, Net.Astropenguin.Controls.XBackRequestedEventArgs e ) : void
OneDriveRsync ( ) : System.Threading.Tasks.Task
OpenInBrowser ( object sender, RoutedEventArgs e ) : void
OpenType ( object parameter ) : void
PlaceChapterList ( bool LeftAlign ) : void
PushCountGridLoaded ( object sender, RoutedEventArgs e ) : void
ReorderModules ( ) : void
SearchAuthor ( object sender, RoutedEventArgs e ) : void
SetTemplateComment ( BookItem b ) : void
SetTemplateNone ( ) : void
SetTemplateTOC ( BookItem b ) : void
SyncButtonLoaded ( object sender, RoutedEventArgs e ) : void
SyncIndLoaded ( object sender, RoutedEventArgs e ) : void
TOCShowVolumeAction ( object sender, RightTappedRoutedEventArgs e ) : void
ToggleDirection ( object sender, RoutedEventArgs e ) : void
UpdateBookInfoSection ( BookItem b ) : void
VolumeChanged ( object sender, SelectionChangedEventArgs e ) : void
VolumeListLoaded ( object sender, RoutedEventArgs e ) : void
Vote ( object sender, RoutedEventArgs e ) : void

Method Details

BookInfoView() public method

public BookInfoView ( ) : System
return System

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

Instance public_oe static_oe property

public static BookInfoView,wenku10.Pages Instance
return BookInfoView