TextBlock.IContentHost.OnChildDesiredSizeChanged(UIElement) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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.