ElementHost.ControlAdded Event   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.