Click or drag to resize

JavascriptBindingCompleteEventArgs Properties

Version 86.0.240

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 subsiquently 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