Click or drag to resize

JavascriptBindingCompleteEventArgs Properties

Version 130.1.90

The JavascriptBindingCompleteEventArgs type exposes the following members.

Properties
 NameDescription
Public propertyAlreadyBound Was the object already bound. The default is false for the first js call to CefSharp.BindObjectAsync, and subsequently true if already bound in a given context.
Public propertyIsCached Is the object cached
Public propertyObjectName Name of the object
Public propertyObjectRepository The javascript object repository, used to register objects
Top
See Also