Click or drag to resize

IBrowserIsValid Property

Version 94.4.20
Returns True if this object is currently valid. This will return false after OnBeforeClose(IWebBrowser, IBrowser) is called.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 94.4.20.0 (94.4.20.0)
Syntax
bool IsValid { get; }

Property Value

Type: Boolean
See Also