EmulationClientVirtualTimeBudgetExpired Event |
Version 92.0.260
Notification sent after the virtual time budget for the current VirtualTimePolicy has run out.
Namespace:
CefSharp.DevTools.Emulation
Assembly:
CefSharp (in CefSharp.dll) Version: 92.0.260.0 (92.0.260.0)
Syntax public event EventHandler VirtualTimeBudgetExpired
public:
event EventHandler^ VirtualTimeBudgetExpired {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
Value
Type:
SystemEventHandlerSee Also