IContentHost.OnChildDesiredSizeChanged(UIElement) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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).