C# Class ShindyUI.App.MainPage

A page that displays a grouped collection of items.
Inheritance: ShindyUI.App.Common.LayoutAwarePage
Exibir arquivo Open project: dotnetmiami/Shindy-Win8

Public Properties

Property Type Description
Current MainPage

Public Methods

Method Description
MainPage ( ) : System

Protected Methods

Method Description
LoadState ( Object navigationParameter, Object>.Dictionary pageState ) : void

Populates the page with content passed during navigation. Any saved state is also provided when recreating a page from a prior session.

Private Methods

Method Description
Header_Click ( object sender, RoutedEventArgs e ) : void

Invoked when a group header is clicked.

ItemViewItemClick ( object sender, ItemClickEventArgs e ) : void

Invoked when an item within a group is clicked.

Method Details

LoadState() protected method

Populates the page with content passed during navigation. Any saved state is also provided when recreating a page from a prior session.
protected LoadState ( Object navigationParameter, Object>.Dictionary pageState ) : void
navigationParameter Object The parameter value passed to /// when this page was initially requested. ///
pageState Object>.Dictionary A dictionary of state preserved by this page during an earlier /// session. This will be null the first time a page is visited.
return void

MainPage() public method

public MainPage ( ) : System
return System

Property Details

Current public_oe static_oe property

public static MainPage Current
return MainPage