ProfilerClientConsoleProfileStarted Event |
Version 106.0.290
Sent when new profile recording is started using console.profile() call.
Namespace:
CefSharp.DevTools.Profiler
Assembly:
CefSharp (in CefSharp.dll) Version: 106.0.290.0 (106.0.290.0)
Syntax public event EventHandler<ConsoleProfileStartedEventArgs> ConsoleProfileStarted
public:
event EventHandler<ConsoleProfileStartedEventArgs^>^ ConsoleProfileStarted {
void add (EventHandler<ConsoleProfileStartedEventArgs^>^ value);
void remove (EventHandler<ConsoleProfileStartedEventArgs^>^ value);
}
Value
Type:
SystemEventHandlerConsoleProfileStartedEventArgsSee Also