WindowsFormsHost.ChildChanged Événement
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.
Se produit lorsque la propriété Child est définie.
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)
Type d'événement
Remarques
Utilisation d'attributs XAML
<object ChildChanged="eventHandler"/>