Click or drag to resize

EmulationClient.VirtualTimeBudgetExpired Event

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

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

Value

Type: System.EventHandler<EventArgs>
See Also