JavascriptBindingCompleteEventArgsAlreadyBound Property |
Version 85.3.121
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: 85.3.121.0 (85.3.121.0)
Syntax public bool AlreadyBound { get; }
public:
property bool AlreadyBound {
bool get ();
}
Property Value
Type:
BooleanSee Also