CefJSDialogHandler OnResetDialogState Method Xilium.CefGlue

[This is preliminary documentation and is subject to change.]

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.

Namespace: Xilium.CefGlue
Assembly: Xilium.CefGlue (in Xilium.CefGlue.dll) Version: 3.2272.2035.0 (3.2272.2035.0)
Syntax

protected abstract void OnResetDialogState(
	CefBrowser browser
)

Parameters

browser
Type: Xilium.CefGlue CefBrowser

[Missing <param name="browser"/> documentation for "M:Xilium.CefGlue.CefJSDialogHandler.OnResetDialogState(Xilium.CefGlue.CefBrowser)"]

See Also