IContentHost.OnChildDesiredSizeChanged(UIElement) Método

Definição

Chamado quando uma UIElementclasse derivada que é hospedada por um altera IContentHost sua DesiredSize.

public:
 void OnChildDesiredSizeChanged(System::Windows::UIElement ^ child);
public void OnChildDesiredSizeChanged(System.Windows.UIElement child);
abstract member OnChildDesiredSizeChanged : System.Windows.UIElement -> unit
Public Sub OnChildDesiredSizeChanged (child As UIElement)

Parâmetros

child
UIElement

Elemento filho cuja DesiredSize alteração foi alterada.

Exceções

Se filho for nulo.

Se filho não for um descendente direto (ou seja, filho deve ser um filho do IContentHost ou um ContentElement descendente direto do IContentHost).

Aplica-se a