TextBlock.OnChildDesiredSizeChangedCore(UIElement) Método

Definición

Se llama cuando un elemento secundario que deriva de UIElement cambia su DesiredSize.

protected:
 virtual void OnChildDesiredSizeChangedCore(System::Windows::UIElement ^ child);
protected virtual void OnChildDesiredSizeChangedCore(System.Windows.UIElement child);
abstract member OnChildDesiredSizeChangedCore : System.Windows.UIElement -> unit
override this.OnChildDesiredSizeChangedCore : System.Windows.UIElement -> unit
Protected Overridable Sub OnChildDesiredSizeChangedCore (child As UIElement)

Parámetros

child
UIElement

Elemento secundario UIElement cuyo DesiredSize cambio ha cambiado.

Se aplica a