ProfilerClientConsoleProfileFinished Event |
Version 118.6.80
ConsoleProfileFinished
Namespace:
CefSharp.DevTools.Profiler
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public event EventHandler<ConsoleProfileFinishedEventArgs> ConsoleProfileFinished
public:
event EventHandler<ConsoleProfileFinishedEventArgs^>^ ConsoleProfileFinished {
void add (EventHandler<ConsoleProfileFinishedEventArgs^>^ value);
void remove (EventHandler<ConsoleProfileFinishedEventArgs^>^ value);
}
Value
Type:
SystemEventHandlerConsoleProfileFinishedEventArgsSee Also