TcxPCButton.OnClick Event
In This Article
Enables you to respond to button clicks.
#Declaration
Delphi
property OnClick: TNotifyEvent read; write;
#Remarks
Handle this event to provide the required functionality for the custom button passed as the Sender parameter.
See Also