Table of Contents

Event CancelButtonClick

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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.