TracingClientTracingComplete Event |
Version 118.6.80
Signals that tracing is stopped and there is no trace buffers pending flush, all data were
delivered via dataCollected events.
Namespace:
CefSharp.DevTools.Tracing
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public event EventHandler<TracingCompleteEventArgs> TracingComplete
public:
event EventHandler<TracingCompleteEventArgs^>^ TracingComplete {
void add (EventHandler<TracingCompleteEventArgs^>^ value);
void remove (EventHandler<TracingCompleteEventArgs^>^ value);
}
Value
Type:
SystemEventHandlerTracingCompleteEventArgsSee Also