Click or drag to resize

BackgroundServiceClientBackgroundServiceEventReceived Event

Version 93.1.111
Called with all existing backgroundServiceEvents when enabled, and all new events afterwards if enabled and recording.

Namespace:  CefSharp.DevTools.BackgroundService
Assembly:  CefSharp (in CefSharp.dll) Version: 93.1.111.0 (93.1.111.0)
Syntax
public event EventHandler<BackgroundServiceEventReceivedEventArgs> BackgroundServiceEventReceived

Value

Type: SystemEventHandlerBackgroundServiceEventReceivedEventArgs
See Also