TControlEventHandler Delegate
Represents the method that will handle the OnControlAdded and OnControlRemoved events of the TClrCustomControl class.
type TControlEventHandler = procedure(Sender: TObject; E: _ControlEventArgs) of Object;
Represents the method that will handle the OnControlAdded and OnControlRemoved events of the TClrCustomControl class.
type TControlEventHandler = procedure(Sender: TObject; E: _ControlEventArgs) of Object;