IContentHost.OnChildDesiredSizeChanged(UIElement) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Appelé lorsqu'une classe dérivée UIElement hébergée par IContentHost modifie son 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)
Paramètres
- child
- UIElement
Élément enfant dont DesiredSize a changé.
Exceptions
Si child a la valeur Null.
Si child n’est pas un descendant direct (c.-à-d., child doit être un enfant de l’IContentHost ou un ContentElement qui est un descendant direct de l’IContentHost).