C# Class SilverlightFX.UserInterface.Navigation.Page

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

Méthodes publiques

Свойство Type Description
CacheProperty System.Windows.DependencyProperty
TitleProperty System.Windows.DependencyProperty

Private Properties

Свойство Type Description

Méthodes protégées

Méthode 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 méthode

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

OnNavigating() protected méthode

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

OnStateChanged() protected méthode

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

Property Details

CacheProperty public_oe static_oe property

Represents the Disposition property.
public static DependencyProperty,System.Windows CacheProperty
Résultat System.Windows.DependencyProperty

TitleProperty public_oe static_oe property

Represents the Title property.
public static DependencyProperty,System.Windows TitleProperty
Résultat System.Windows.DependencyProperty