C# 클래스 System.Windows.Controls.ContentControl

상속: Control, System.Windows.Markup.IAddChild
파일 보기 프로젝트 열기: Clancey/XamlForIphone 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
LeftProperty DependencyProperty
RightProperty DependencyProperty

보호된 메소드들

메소드 설명
OnLeftChanged ( object oldContent, object newContent ) : void

Called when the Content property changes.

OnRightChanged ( object oldContent, object newContent ) : void

Called when the Content property changes.

비공개 메소드들

메소드 설명
OnLeftPropertyChanged ( IDependencyObject d, DependencyPropertyChangedEventArgs e ) : void

ContentProperty property changed handler.

OnRightPropertyChanged ( IDependencyObject d, DependencyPropertyChangedEventArgs e ) : void

ContentProperty property changed handler.

메소드 상세

OnLeftChanged() 보호된 메소드

Called when the Content property changes.
protected OnLeftChanged ( object oldContent, object newContent ) : void
oldContent object /// The old value of the Content property. ///
newContent object /// The new value of the Content property. ///
리턴 void

OnRightChanged() 보호된 메소드

Called when the Content property changes.
protected OnRightChanged ( object oldContent, object newContent ) : void
oldContent object /// The old value of the Content property. ///
newContent object /// The new value of the Content property. ///
리턴 void

프로퍼티 상세

LeftProperty 공개적으로 정적으로 프로퍼티

Identifies the Content dependency property.
public static DependencyProperty LeftProperty
리턴 DependencyProperty

RightProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty RightProperty
리턴 DependencyProperty