IWpfWebBrowserDispatcher Property |
Version 130.1.90
Gets the Dispatcher associated with this instance.
Namespace: CefSharp.WpfAssembly: CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax Dispatcher Dispatcher { get; }
property Dispatcher^ Dispatcher {
Dispatcher^ get ();
}
Property Value
DispatcherThe dispatcher.
See Also