RuntimeClientConsoleAPICalled Event |
Version 130.1.90
Issued when console API was called.
Namespace: CefSharp.DevTools.RuntimeAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public event EventHandler<ConsoleAPICalledEventArgs> ConsoleAPICalled
public:
event EventHandler<ConsoleAPICalledEventArgs^>^ ConsoleAPICalled {
void add (EventHandler<ConsoleAPICalledEventArgs^>^ value);
void remove (EventHandler<ConsoleAPICalledEventArgs^>^ value);
}
Value
EventHandlerConsoleAPICalledEventArgsSee Also