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