ElementHost.ChildChanged Evento
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Se produce cuando se establece el valor de la propiedad Child.
public:
event EventHandler<System::Windows::Forms::Integration::ChildChangedEventArgs ^> ^ ChildChanged;
public event EventHandler<System.Windows.Forms.Integration.ChildChangedEventArgs> ChildChanged;
member this.ChildChanged : EventHandler<System.Windows.Forms.Integration.ChildChangedEventArgs>
Public Custom Event ChildChanged As EventHandler(Of ChildChangedEventArgs)
Public Event ChildChanged As EventHandler(Of ChildChangedEventArgs)