Click or drag to resize

TracingClientTracingComplete Event

Version 130.1.90
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: 129.0.110.0
Syntax
public event EventHandler<TracingCompleteEventArgs> TracingComplete

Value

EventHandlerTracingCompleteEventArgs
See Also