RuntimeClientConsoleAPICalled Event | 
Version 106.0.290 
            Issued when console API was called.
            
 
    Namespace: 
   CefSharp.DevTools.Runtime
    Assembly:
   CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntaxpublic event EventHandler<ConsoleAPICalledEventArgs> ConsoleAPICalled
public:
 event EventHandler<ConsoleAPICalledEventArgs^>^ ConsoleAPICalled {
	void add (EventHandler<ConsoleAPICalledEventArgs^>^ value);
	void remove (EventHandler<ConsoleAPICalledEventArgs^>^ value);
}Value
Type: 
SystemEventHandlerConsoleAPICalledEventArgs
See Also