DataGate Print File Designer® - Build 8.0.355 and above

Format.OnControlAdded Method

OnControlAdded overrides the Control.OnControlAdded method and raises the Control.ControlAdded event.

control.OnControlAdded(ControlEventArgs)

Parameters

A ControlEventArgs that contains the event data.

Remarks

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.

See Also

Format ClassFormat Class Members | Control.OnControlAdded Method | Control.ControlAdded Event | ControlEventArgs Class