cef_jsdialog_handler_t.on_reset_dialog_state

Called to cancel any pending dialogs and reset any saved dialog state. Will be called due to events like page navigation irregardless of whether any dialogs are currently pending.

struct cef_jsdialog_handler_t
extern (System)
void function(cef_jsdialog_handler_t* self, cef_browser_t* browser) nothrow on_reset_dialog_state;

Meta