StorageClientInterestGroupAccessed Event |
Version 130.1.90
One of the interest groups was accessed. Note that these events are global
to all targets sharing an interest group store.
Namespace: CefSharp.DevTools.StorageAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public event EventHandler<InterestGroupAccessedEventArgs> InterestGroupAccessed
public:
event EventHandler<InterestGroupAccessedEventArgs^>^ InterestGroupAccessed {
void add (EventHandler<InterestGroupAccessedEventArgs^>^ value);
void remove (EventHandler<InterestGroupAccessedEventArgs^>^ value);
}
Value
EventHandlerInterestGroupAccessedEventArgsSee Also