PreloadClientPreloadingAttemptSourcesUpdated Event |
Version 118.6.80
Send a list of sources for all preloading attempts in a document.
Namespace:
CefSharp.DevTools.Preload
Assembly:
CefSharp.Core (in CefSharp.Core.dll) Version: 118.6.80.0
Syntax public event EventHandler<PreloadingAttemptSourcesUpdatedEventArgs> PreloadingAttemptSourcesUpdated
public:
event EventHandler<PreloadingAttemptSourcesUpdatedEventArgs^>^ PreloadingAttemptSourcesUpdated {
void add (EventHandler<PreloadingAttemptSourcesUpdatedEventArgs^>^ value);
void remove (EventHandler<PreloadingAttemptSourcesUpdatedEventArgs^>^ value);
}
Value
Type:
SystemEventHandlerPreloadingAttemptSourcesUpdatedEventArgsSee Also