A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from http://cefsharp.github.io/api/75.1.x/html/T_CefSharp_IJavascriptObjectRepository.htm below:

IJavascriptObjectRepository Interface Version 75.1.140

Javascript object repository, object are registered for binding One repository per ChromiumWebBrowser instance

Namespace:  CefSharp
Assembly:

CefSharp (in CefSharp.dll) Version: 75.1.140.0 (75.1.140.0)

Syntax
public interface IJavascriptObjectRepository : IDisposable
public interface class IJavascriptObjectRepository : IDisposable

The IJavascriptObjectRepository type exposes the following members.

Properties Methods   Name Description Dispose

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

(Inherited from IDisposable.) IsBound

Is object bound

Register

Register an object for binding in Javascript. You can either register an object in advance or as part of the

ResolveObject

event that will be called if no object matching object is found in the registry. Objects binding is now initiated in Javascript through the CefSharp.BindObjectAsync function (returns a Promise). For more detailed examples see https://github.com/cefsharp/CefSharp/issues/2246 The equivilient to RegisterJsObject is isAsync = false The equivilient RegisterAsyncJsObject is isAsync = true

UnRegister

UnRegister a bound object from the repository. If you unregister an object that is currently bound in JavaScript then the method/property calls will fail.

UnRegisterAll

UnRegister all the currently bound objects from the repository. If you unregister an object that is currently bound in JavaScript then the method/property calls will fail.

Top Events   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

Top See Also

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4