TextBlock.IContentHost.OnChildDesiredSizeChanged(UIElement) Metodo

Definizione

Questo metodo supporta l'infrastruttura Windows Presentation Foundation (macchine virtuali Windows) e non deve essere usato direttamente dal codice. Usare invece il metodo indipendente dai OnChildDesiredSizeChangedCore(UIElement) 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

Elemento figlio UIElement di cui DesiredSize è stato modificato.

Implementazioni

Si applica a