IWebBrowserJsDialogHandler Property |
Version 57.0.0
Implement
IJsDialogHandler and assign to handle events related to JavaScript Dialogs.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 57.0.0.0 (57.0.0.0)
Syntax IJsDialogHandler JsDialogHandler { get; set; }
property IJsDialogHandler^ JsDialogHandler {
IJsDialogHandler^ get ();
void set (IJsDialogHandler^ value);
}
Property Value
Type:
IJsDialogHandlerThe js dialog handler.
See Also