ProfilerClientConsoleProfileFinished Event |
Version 113.3.50
ConsoleProfileFinished
Namespace:
CefSharp.DevTools.Profiler
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 113.3.50.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