Click or drag to resize

IJavascriptObjectRepository Events

Version 130.1.90

The IJavascriptObjectRepository type exposes the following members.

Events
 NameDescription
Public eventObjectBoundInJavascript Event handler is triggered when a object has been successfully bound in javascript
Public eventObjectsBoundInJavascript Event handler is triggered when multiple objects has been successfully bound in javascript, this event only contains the names of objects successfully bound.
Public eventResolveObject 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
Top
See Also