IJsDialogHandlerOnResetDialogState Method  | 
Version 87.1.132 
            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: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 87.1.132.0 (87.1.132.0)
Syntaxvoid OnResetDialogState(
	IWebBrowser chromiumWebBrowser,
	IBrowser browser
)
void OnResetDialogState(
	IWebBrowser^ chromiumWebBrowser, 
	IBrowser^ browser
)
Parameters
- chromiumWebBrowser
 - Type: CefSharpIWebBrowser
the ChromiumWebBrowser control - browser
 - Type: CefSharpIBrowser
the browser object 
See Also