Click or drag to resize

EmulationClient.VirtualTimeBudgetExpired Event

Version 105.3.390
Notification sent after the virtual time budget for the current VirtualTimePolicy has run out.

Namespace:  CefSharp.DevTools.Emulation
Assembly:  CefSharp (in CefSharp.dll) Version: 105.3.390.0 (105.3.390.0)
Syntax
public event EventHandler<EventArgs> VirtualTimeBudgetExpired

Value

Type: System.EventHandler<EventArgs>
See Also