Click or drag to resize

TracingClientTracingComplete Event

Version 108.4.130
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 (in CefSharp.dll) Version: 108.4.130.0 (108.4.130.0)
Syntax
public event EventHandler<TracingCompleteEventArgs> TracingComplete

Value

Type: SystemEventHandlerTracingCompleteEventArgs
See Also