Skip to main content
A newer version of this page is available. .

TcxCustomEditProperties.OnButtonClick Event

Occurs when a user clicks a button within an editor.

Declaration

property OnButtonClick: TcxEditButtonClickEvent read; write;

Remarks

Use the OnButtonClick event to perform specific actions when a user clicks a button within the editor. The Sender parameter identifies the editor which contains the button. The AButtonIndex parameter represents the index of the button within the button collection provided by the Buttons property.

See Also