RibbonSeparator.OnVisualParentChanged(DependencyObject) Método

Definición

Se invoca cuando se cambia el elemento primario de este elemento en el árbol visual.

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)

Parámetros

oldParent
DependencyObject

Elemento primario anterior o null si el elemento del árbol visual no tenía antes un elemento primario.

Se aplica a