| JavascriptBindingCompleteEventArgs Properties | 
The JavascriptBindingCompleteEventArgs type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | AlreadyBound | 
            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.
             | 
|  | IsCached | 
            Is the object cached
             | 
|  | ObjectName | 
            Name of the object
             | 
|  | ObjectRepository | 
            The javascript object repository, used to register objects
             | 
 See Also
See Also