C# 클래스 PassFruit.Ui.Wp.Views.Controls.HeaderedContentControl

상속: System.Windows.Controls.ContentControl
파일 보기 프로젝트 열기: bettiolo/PassFruit 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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