ActiveReports.Chart Request technical support
ControlAdded Event
See Also 


Occurs when a new control is added to the ControlCollection.

Syntax

Visual Basic (Declaration) 
Public Event ControlAdded() As ControlEventHandler
Visual Basic (Usage)Copy Code
Dim instance As WizardForm
Dim handler As ControlEventHandler
 
AddHandler instance.ControlAdded, handler
C# 
public event ControlEventHandler ControlAdded()

See Also