WinForms › Alert Popup › ExitButtonClickHandler
ExitButtonClickHandler
delegate.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.NotificationControls
Provides the method signature for handling the event PopupExitButtonClicked.
public delegate void ExitButtonClickHandler(object sender, ref bool cancelNow);
Remarks
Set the reference parameter "cancelNow" to true if you want not to execute the pop-up alert exit button click action.
By default, clicking the exit button (if shown) will close the pop-up window.