ActionsPane.ControlAdded Event

Definition

Occurs when a new control is added to the Controls collection.

public:
 event System::Windows::Forms::ControlEventHandler ^ ControlAdded;
[System.ComponentModel.Browsable(true)]
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)]
event System.Windows.Forms.ControlEventHandler ControlAdded;
[<System.ComponentModel.Browsable(true)>]
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)>]
member this.ControlAdded : System.Windows.Forms.ControlEventHandler 
Event ControlAdded As ControlEventHandler 

Event Type

Attributes

Remarks

This event provides the same functionality as the System.Windows.Forms.Control.ControlAdded event. For more information about using this event, see System.Windows.Forms.Control.ControlAdded.

Applies to