Click or drag to resize

StorageClient.CacheStorageListUpdated Event

Version 111.2.70
A cache has been added/deleted.

Namespace:  CefSharp.DevTools.Storage
Assembly:  CefSharp (in CefSharp.dll) Version: 111.2.70.0 (111.2.70.0)
Syntax
public event EventHandler<CacheStorageListUpdatedEventArgs> CacheStorageListUpdated

Value

Type: System.EventHandler<CacheStorageListUpdatedEventArgs>
See Also