Static zng_wgt_dialog::DIALOG_CLOSE_CANCELED_EVENT
source ยท pub static DIALOG_CLOSE_CANCELED_EVENT: Event<DialogCloseCanceledArgs>
Expand description
An attempt to close the dialog was made without setting the response.
Dialogs must only close using DIALOG.respond
.