| ChromiumWebBrowserDialogHandler Property  | 
Version 99.2.120  
    Namespace: 
   CefSharp.Wpf
    Assembly:
   CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 99.2.120.0 (99.2.120.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