C# Class wenku10.Pages.ContentReaderPane.TableOfContents

Table of content view
Inheritance: Windows.UI.Xaml.Controls.Page
Mostrar archivo Open project: tgckpg/wenku10

Public Properties

Property Type Description
ID string

Public Methods

Method Description
TableOfContents ( ) : System
TableOfContents ( ContentReader MainReader ) : System
UpdateDisplay ( ) : void

Protected Methods

Method Description
OnNavigatedTo ( NavigationEventArgs e ) : void

Private Methods

Method Description
Load ( Volume Vols, SelectionChangedEventHandler SelectEvent = null ) : void

Standalone mode, use it for preview or something

TOCListLoaded ( object sender, RoutedEventArgs e ) : void
TOCList_SelectionChanged ( object sender, SelectionChangedEventArgs e ) : void
TextBox_TextChanging ( TextBox sender, TextBoxTextChangingEventArgs args ) : void

Method Details

OnNavigatedTo() protected method

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

TableOfContents() public method

public TableOfContents ( ) : System
return System

TableOfContents() public method

public TableOfContents ( ContentReader MainReader ) : System
MainReader ContentReader
return System

UpdateDisplay() public method

public UpdateDisplay ( ) : void
return void

Property Details

ID public_oe static_oe property

public static string ID
return string