TextBlock.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.
Cette méthode prend en charge l’infrastructure Windows Presentation Foundation (WPF) et n’est pas destinée à être utilisée directement à partir de votre code. Utilisez plutôt la méthode de type sécurisé OnChildDesiredSizeChangedCore(UIElement).
virtual void System.Windows.IContentHost.OnChildDesiredSizeChanged(System::Windows::UIElement ^ child) = System::Windows::IContentHost::OnChildDesiredSizeChanged;
void IContentHost.OnChildDesiredSizeChanged (System.Windows.UIElement child);
abstract member System.Windows.IContentHost.OnChildDesiredSizeChanged : System.Windows.UIElement -> unit
override this.System.Windows.IContentHost.OnChildDesiredSizeChanged : System.Windows.UIElement -> unit
Sub OnChildDesiredSizeChanged (child As UIElement) Implements IContentHost.OnChildDesiredSizeChanged
Paramètres
- child
- UIElement
Élément UIElement enfant dont la DesiredSize a été modifiée.