Event CancelButtonClick
Occurs when the 'Cancel' button is clicked.
public event EventHandler? CancelButtonClick
Returns
- EventHandler
- Occurs when the 'Cancel' button is clicked.
Remarks
Subscribe to this event to handle the 'Cancel' button click action. Ensure that any event handlers attached to this event are properly detached when no longer needed to prevent memory leaks.