'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.
Property | Description |
---|---|
Control | Gets the control object used by this event. |
See Also