Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxWizardControlCustomButtonCollectionItem.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.

To respond to clicks on standard wizard buttons, handle a wizard control OnButtonClick event.

Note

The OnClick event does not fire for disabled buttons.

See Also