C# Класс PassFruit.Ui.Wp.Views.Controls.HeaderedContentControl

Наследование: System.Windows.Controls.ContentControl
Показать файл Открыть проект Примеры использования класса

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

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

Открытые методы

Метод Описание
HeaderedContentControl ( ) : System.Diagnostics.CodeAnalysis

Initializes a new instance of the T:System.Windows.Controls.HeaderedContentControl class.

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

Метод Описание
OnHeaderChanged ( object oldHeader, object newHeader ) : void

Called when the value of the P:System.Windows.Controls.HeaderedContentControl.Header property changes.

OnHeaderTemplateChanged ( System.Windows.DataTemplate oldHeaderTemplate, System.Windows.DataTemplate newHeaderTemplate ) : void

Called when the value of the P:System.Windows.Controls.HeaderedContentControl.HeaderTemplate property changes.

Приватные методы

Метод Описание
OnHeaderPropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

HeaderProperty property changed handler.

OnHeaderTemplatePropertyChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void

HeaderTemplateProperty property changed handler.

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

HeaderedContentControl() публичный Метод

Initializes a new instance of the T:System.Windows.Controls.HeaderedContentControl class.
public HeaderedContentControl ( ) : System.Diagnostics.CodeAnalysis
Результат System.Diagnostics.CodeAnalysis

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

Called when the value of the P:System.Windows.Controls.HeaderedContentControl.Header property changes.
protected OnHeaderChanged ( object oldHeader, object newHeader ) : void
oldHeader object /// The old value of the /// /// property. ///
newHeader object /// The new value of the /// /// property. ///
Результат void

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

Called when the value of the P:System.Windows.Controls.HeaderedContentControl.HeaderTemplate property changes.
protected OnHeaderTemplateChanged ( System.Windows.DataTemplate oldHeaderTemplate, System.Windows.DataTemplate newHeaderTemplate ) : void
oldHeaderTemplate System.Windows.DataTemplate /// The old value of the /// /// property. ///
newHeaderTemplate System.Windows.DataTemplate /// The new value of the /// /// property. ///
Результат void

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

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

Identifies the P:System.Windows.Controls.HeaderedContentControl.Header dependency property.
public static DependencyProperty,System.Windows HeaderProperty
Результат System.Windows.DependencyProperty

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

Identifies the P:System.Windows.Controls.HeaderedContentControl.HeaderTemplate dependency property.
public static DependencyProperty,System.Windows HeaderTemplateProperty
Результат System.Windows.DependencyProperty