Click or drag to resize

ProfilerClientConsoleProfileStarted Event

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

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

Value

EventHandlerConsoleProfileStartedEventArgs
See Also