ActionsPane.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 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.