MenuItem.OnVisualParentChanged(DependencyObject) Método

Definición

Se llama cuando cambia el elemento primario del objeto visual MenuItem .

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

Valor anterior del elemento primario del objeto visual, o null si el objeto visual no tenía un elemento primario.

Se aplica a