Click or drag to resize

JavascriptBindingCompleteEventArgsAlreadyBound Property

Version 86.0.240
Was the object already bound. The default is false for the first js call to CefSharp.BindObjectAsync, and subsiquently true if already bound in a given context.

Namespace:  CefSharp.Event
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
public bool AlreadyBound { get; }

Property Value

Type: Boolean
See Also