ProfilerClientConsoleProfileFinished Event |
Version 112.3.0
ConsoleProfileFinished
Namespace:
CefSharp.DevTools.Profiler
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 112.3.0.0
Syntaxpublic event EventHandler<ConsoleProfileFinishedEventArgs> ConsoleProfileFinished
public:
event EventHandler<ConsoleProfileFinishedEventArgs^>^ ConsoleProfileFinished {
void add (EventHandler<ConsoleProfileFinishedEventArgs^>^ value);
void remove (EventHandler<ConsoleProfileFinishedEventArgs^>^ value);
}
Value
Type:
SystemEventHandlerConsoleProfileFinishedEventArgs
See Also