OnControlAdded overrides the
control.OnControlAdded(ControlEventArgs)
A
The ControlAdded event occurs when a child control is added to the control. When overriding OnControlAdded in a derived class, be sure to call the base class's OnControlAdded method so that registered delegates receive the event.
Format Class | Format
Class Members |