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