C# Class System.Windows.Controls.ContentControl

Inheritance: Control, System.Windows.Markup.IAddChild
Afficher le fichier Open project: Clancey/XamlForIphone Class Usage Examples

Méthodes publiques

Свойство Type Description
LeftProperty DependencyProperty
RightProperty DependencyProperty

Méthodes protégées

Méthode 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.

Private Methods

Méthode Description
OnLeftPropertyChanged ( IDependencyObject d, DependencyPropertyChangedEventArgs e ) : void

ContentProperty property changed handler.

OnRightPropertyChanged ( IDependencyObject d, DependencyPropertyChangedEventArgs e ) : void

ContentProperty property changed handler.

Method Details

OnLeftChanged() protected méthode

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. ///
Résultat void

OnRightChanged() protected méthode

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. ///
Résultat void

Property Details

LeftProperty public_oe static_oe property

Identifies the Content dependency property.
public static DependencyProperty LeftProperty
Résultat DependencyProperty

RightProperty public_oe static_oe property

public static DependencyProperty RightProperty
Résultat DependencyProperty