IWpfWebBrowserCleanupCommand Property |
Version 130.1.90
Command which cleans up the Resources used by the ChromiumWebBrowser
Namespace: CefSharp.WpfAssembly: CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 129.0.110.0 (129.0.110.0)
Syntax ICommand CleanupCommand { get; }
property ICommand^ CleanupCommand {
ICommand^ get ();
}
Property Value
ICommandThe cleanup command.
See Also