Table of Contents

Event OkButtonClick

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

Occurs when the 'Ok' button is clicked.

public event EventHandler? OkButtonClick

Returns

EventHandler
Occurs when the 'Ok' button is clicked.

Remarks

Subscribe to this event to handle the 'Ok' button click action. Ensure that any event handlers attached to this event are properly detached when no longer needed to prevent memory leaks.