| ChromiumWebBrowserDialogHandler Property  | 
Version 113.3.50  
    Namespace: 
   CefSharp.Wpf
    Assembly:
   CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 113.3.50.0 (113.3.50.0)
 Syntax
Syntaxpublic IDialogHandler DialogHandler { get; set; }public:
virtual property IDialogHandler^ DialogHandler {
	IDialogHandler^ get () sealed;
	void set (IDialogHandler^ value) sealed;
}Property Value
Type: 
IDialogHandlerThe dialog handler.
Implements
IWebBrowserDialogHandler See Also
See Also