RibbonSeparator.OnVisualParentChanged(DependencyObject) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Appelée en cas de modification du parent de cet élément dans l’arborescence visuelle.
protected public:
override void OnVisualParentChanged(System::Windows::DependencyObject ^ oldParent);
protected internal override void OnVisualParentChanged(System.Windows.DependencyObject oldParent);
override this.OnVisualParentChanged : System.Windows.DependencyObject -> unit
Protected Friend Overrides Sub OnVisualParentChanged (oldParent As DependencyObject)
Paramètres
- oldParent
- DependencyObject
Ancien parent ou null si l'élément dans l'arborescence d'éléments visuels n'avait pas de parent avant.