TextBlock.OnChildDesiredSizeChangedCore(UIElement) Metodo

Definizione

Chiamato quando un elemento figlio che deduce da UIElement modifica 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)

Parametri

child
UIElement

L'elemento UIElement figlio il cui DesiredSize è stato modificato.

Si applica a