TextBlock.IContentHost.OnChildDesiredSizeChanged(UIElement) Método

Definición

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.

Implementaciones

Se aplica a