Visual Basic (Declaration) | |
---|---|
Public Event ControlAdded As System.Windows.Forms.ControlEventHandler |
C# | |
---|---|
public event System.Windows.Forms.ControlEventHandler ControlAdded |
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.
Property | Description |
---|---|
Control | Gets the control object used by this event. |