TcxPCButton.OnClick Event
Enables you to respond to button clicks.
Declaration
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