ActiveReports 13
ControlAdded Event (Toolbox)

GrapeCity.ActiveReports.Design.Win Assembly > GrapeCity.ActiveReports.Design.Toolbox Namespace > Toolbox Class : ControlAdded Event
Occurs when a new control is added to the System.Windows.Forms.Control.ControlCollection.
Syntax
'Declaration
 
Public Event ControlAdded As ControlEventHandler
public event ControlEventHandler ControlAdded
Event Data

The event handler receives an argument of type 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