TextBlock.IContentHost.OnChildDesiredSizeChanged(UIElement) Metodo

Definizione

Questo metodo supporta l'infrastruttura Windows Presentation Foundation (WPF) e non deve essere usata direttamente dal codice. Usare invece il metodo OnChildDesiredSizeChangedCore(UIElement) indipendente dai tipi.

 virtual void System.Windows.IContentHost.OnChildDesiredSizeChanged(System::Windows::UIElement ^ child) = System::Windows::IContentHost::OnChildDesiredSizeChanged;
void IContentHost.OnChildDesiredSizeChanged (System.Windows.UIElement child);
abstract member System.Windows.IContentHost.OnChildDesiredSizeChanged : System.Windows.UIElement -> unit
override this.System.Windows.IContentHost.OnChildDesiredSizeChanged : System.Windows.UIElement -> unit
Sub OnChildDesiredSizeChanged (child As UIElement) Implements IContentHost.OnChildDesiredSizeChanged

Parametri

child
UIElement

L'elemento UIElement figlio il cui DesiredSize è stato modificato.

Implementazioni

Si applica a