Click or drag to resize

ChromiumWebBrowserJsDialogHandler Property

Version 75.1.140
Implement IJsDialogHandler and assign to handle events related to JavaScript Dialogs.

Namespace:  CefSharp.Wpf
Assembly:  CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 75.1.140.0 (75.1.140.0)
Syntax
public IJsDialogHandler JsDialogHandler { get; set; }

Property Value

Type: IJsDialogHandler
The js dialog handler.

Implements

IWebBrowserJsDialogHandler
See Also