IContentHost.OnChildDesiredSizeChanged(UIElement) Método

Definición

Se le llama cuando una clase derivada de UIElement que hospeda IContentHost, cambia su 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 secundario cuyo DesiredSize ha cambiado.

Excepciones

Si child es null.

Si child no es un descendiente directo (es decir, child debe ser un elemento secundario de IContentHost o un ContentElement que sea un descendiente directo de IContentHost).

Se aplica a