TControlEventHandler Delegate

Represents the method that will handle the OnControlAdded and OnControlRemoved events of the TClrCustomControl class.

Namespace: CNClrLib.Control.EventHandlers
type
 TControlEventHandler = procedure(Sender: TObject; E: _ControlEventArgs) of Object;