ComponentOne Menus and Toolbars for WinForms
ControlAdded Event (C1OutBar)

C1.Win.C1Command.4 Assembly > C1.Win.C1Command Namespace > C1OutBar Class : ControlAdded Event
Syntax
'Declaration
 
Public Event ControlAdded As System.Windows.Forms.ControlEventHandler
public event System.Windows.Forms.ControlEventHandler ControlAdded
Event Data

The event handler receives an argument of type System.Windows.Forms.ControlEventArgs containing data related to this event. The following ControlEventArgs properties provide information specific to this event.

PropertyDescription
Gets the control object used by this event.  
See Also