ElementHost.ChildChanged Event

Definition

Occurs when the Child property is set.

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) 

Event Type

Applies to

See also