C# Class SilverlightFX.UserInterface.Navigation.Page

Represents a page within the application's user interface.
Inheritance: System.Windows.Controls.View
Mostrar archivo Open project: nikhilk/silverlightfx Class Usage Examples

Public Properties

Property Type Description
CacheProperty System.Windows.DependencyProperty
TitleProperty System.Windows.DependencyProperty

Private Properties

Property Type Description

Protected Methods

Method Description
OnNavigated ( PageNavigatedEventArgs e ) : void

Raises the Navigated event.

OnNavigating ( PageNavigatingEventArgs e ) : void

Raises the Navigating event.

OnStateChanged ( PageStateEventArgs e ) : void

Raises the StateChanged event.

Method Details

OnNavigated() protected method

Raises the Navigated event.
protected OnNavigated ( PageNavigatedEventArgs e ) : void
e PageNavigatedEventArgs The data associated with the event.
return void

OnNavigating() protected method

Raises the Navigating event.
protected OnNavigating ( PageNavigatingEventArgs e ) : void
e PageNavigatingEventArgs The data associated with the event.
return void

OnStateChanged() protected method

Raises the StateChanged event.
protected OnStateChanged ( PageStateEventArgs e ) : void
e PageStateEventArgs The data associated with the event.
return void

Property Details

CacheProperty public_oe static_oe property

Represents the Disposition property.
public static DependencyProperty,System.Windows CacheProperty
return System.Windows.DependencyProperty

TitleProperty public_oe static_oe property

Represents the Title property.
public static DependencyProperty,System.Windows TitleProperty
return System.Windows.DependencyProperty