Click or drag to resize

ProfilerClientConsoleProfileStarted Event

Version 102.0.100
Sent when new profile recording is started using console.profile() call.

Namespace:  CefSharp.DevTools.Profiler
Assembly:  CefSharp (in CefSharp.dll) Version: 102.0.100.0 (102.0.100.0)
Syntax
public event EventHandler<ConsoleProfileStartedEventArgs> ConsoleProfileStarted

Value

Type: SystemEventHandlerConsoleProfileStartedEventArgs
See Also