C# Класс SilverlightFX.UserInterface.Navigation.Page

Represents a page within the application's user interface.
Наследование: System.Windows.Controls.View
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
CacheProperty System.Windows.DependencyProperty
TitleProperty System.Windows.DependencyProperty

Private Properties

Свойство Тип Описание

Защищенные методы

Метод Описание
OnNavigated ( PageNavigatedEventArgs e ) : void

Raises the Navigated event.

OnNavigating ( PageNavigatingEventArgs e ) : void

Raises the Navigating event.

OnStateChanged ( PageStateEventArgs e ) : void

Raises the StateChanged event.

Описание методов

OnNavigated() защищенный Метод

Raises the Navigated event.
protected OnNavigated ( PageNavigatedEventArgs e ) : void
e PageNavigatedEventArgs The data associated with the event.
Результат void

OnNavigating() защищенный Метод

Raises the Navigating event.
protected OnNavigating ( PageNavigatingEventArgs e ) : void
e PageNavigatingEventArgs The data associated with the event.
Результат void

OnStateChanged() защищенный Метод

Raises the StateChanged event.
protected OnStateChanged ( PageStateEventArgs e ) : void
e PageStateEventArgs The data associated with the event.
Результат void

Описание свойств

CacheProperty публичное статическое свойство

Represents the Disposition property.
public static DependencyProperty,System.Windows CacheProperty
Результат System.Windows.DependencyProperty

TitleProperty публичное статическое свойство

Represents the Title property.
public static DependencyProperty,System.Windows TitleProperty
Результат System.Windows.DependencyProperty