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á pensado para usarse directamente desde el código. En su lugar, use el método de OnChildDesiredSizeChangedCore(UIElement) seguro para tipos.
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 secundario UIElement cuyo DesiredSize cambio ha cambiado.