| ChromiumWebBrowserIsDisposed Property | 
Version 63.0.0
            Gets a value indicating whether this instance is disposed.
            
 
Namespace: CefSharp.WpfAssembly: CefSharp.Wpf (in CefSharp.Wpf.dll) Version: 63.0.0.0 (63.0.0.0)
 Syntax
Syntaxpublic bool IsDisposed { get; }public:
property bool IsDisposed {
	bool get ();
}Property Value
Type: 
Booleantrue if this instance is disposed; otherwise, 
false.
 See Also
See Also