Property | Type | Description | |
---|---|---|---|
LeftProperty | DependencyProperty | ||
RightProperty | DependencyProperty |
Method | Description | |
---|---|---|
OnLeftChanged ( object oldContent, object newContent ) : void |
Called when the Content property changes.
|
|
OnRightChanged ( object oldContent, object newContent ) : void |
Called when the Content property changes.
|
Method | Description | |
---|---|---|
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. /// |
return | 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. /// |
return | void |
public static DependencyProperty LeftProperty | ||
return | DependencyProperty |