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