Click or drag to resize

IBrowserIsValid Property

Version 130.1.90
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: 129.0.110.0 (129.0.110.0)
Syntax
bool IsValid { get; }

Property Value

Boolean
See Also