IJavascriptObjectRepository Events | 
The IJavascriptObjectRepository type exposes the following members.
| Name | Description | |
|---|---|---|
| ObjectBoundInJavascript | 
            Event handler is triggered when a object has been successfully bound in javascript
              | |
| ObjectsBoundInJavascript | 
            Event handler is triggered when multiple objects has been successfully bound in javascript, this event only
            contains the names of objects successfully bound.
              | |
| ResolveObject | 
            Event handler is called when an object with a given name is requested for binding and is not yet
            registered with the repository. Use ObjectRepository
            to register objects (using 
              |