Click or drag to resize

BackgroundServiceClient.BackgroundServiceEventReceived Event

Version 102.0.100
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: 102.0.100.0 (102.0.100.0)
Syntax
public event EventHandler<BackgroundServiceEventReceivedEventArgs> BackgroundServiceEventReceived

Value

Type: System.EventHandler<BackgroundServiceEventReceivedEventArgs>
See Also