TInvalidateEventHandler Delegate
Represents the method that will handle the OnInvalidated event of a TClrCustomControl.
type TInvalidateEventHandler = procedure(Sender: TObject; E: _InvalidateEventArgs) of Object;
Represents the method that will handle the OnInvalidated event of a TClrCustomControl.
type TInvalidateEventHandler = procedure(Sender: TObject; E: _InvalidateEventArgs) of Object;