IJavascriptObjectRepositoryResolveObject Event | 
Version 93.1.111 
            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 
            
 
    Namespace: 
   CefSharp
    Assembly:
   CefSharp (in CefSharp.dll) Version: 93.1.111.0 (93.1.111.0)
Syntaxevent EventHandler<JavascriptBindingEventArgs> ResolveObject
 event EventHandler<JavascriptBindingEventArgs^>^ ResolveObject {
	void add (EventHandler<JavascriptBindingEventArgs^>^ value);
	void remove (EventHandler<JavascriptBindingEventArgs^>^ value);
}Value
Type: 
SystemEventHandlerJavascriptBindingEventArgs
See Also