ElementHost.ControlAdded Event

Definition

Occurs when a new control is added to the Control.ControlCollection.

public:
 event System::Windows::Forms::ControlEventHandler ^ ControlAdded;
[System.ComponentModel.Browsable(false)]
public event System.Windows.Forms.ControlEventHandler ControlAdded;
[<System.ComponentModel.Browsable(false)>]
member this.ControlAdded : System.Windows.Forms.ControlEventHandler 
Public Custom Event ControlAdded As ControlEventHandler 

Event Type

Attributes

Remarks

For more information about the ControlAdded event, see Control.ControlAdded.

Applies to

See also