ListBoxItem.OnVisualParentChanged(DependencyObject) Metodo

Definizione

Viene chiamato quando il padre visuale di un elemento della casella di riepilogo si modifica.

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)

Parametri

oldParent
DependencyObject

Proprietà precedente Parent del controllo ListBoxItem.

Si applica a