EmulationClientVirtualTimeBudgetExpired Event |
Version 130.1.90
Notification sent after the virtual time budget for the current VirtualTimePolicy has run out.
Namespace: CefSharp.DevTools.EmulationAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public event EventHandler<EventArgs> VirtualTimeBudgetExpired
public:
event EventHandler<EventArgs^>^ VirtualTimeBudgetExpired {
void add (EventHandler<EventArgs^>^ value);
void remove (EventHandler<EventArgs^>^ value);
}
Value
EventHandlerEventArgsSee Also