TdxWizardControlCustomButtonCollectionItem.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.
To respond to clicks on standard wizard buttons, handle a wizard control OnButtonClick event.
Note
The On