TextBlock.IContentHost.OnChildDesiredSizeChanged(UIElement) Método

Definición

Este método admite la infraestructura de Windows Presentation Foundation (WPF) y no está pensada para usarse directamente desde el código. Utilice el método OnChildDesiredSizeChangedCore(UIElement) con seguridad de tipos en su lugar.

 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

Parámetros

child
UIElement

Elemento UIElement secundario cuyo DesiredSize ha cambiado.

Implementaciones

Se aplica a