StorageClientInterestGroupAccessed Event | 
Version 104.4.240 
            One of the interest groups was accessed by the associated page.
            
 
    Namespace: 
   CefSharp.DevTools.Storage
    Assembly:
   CefSharp (in CefSharp.dll) Version: 104.4.240.0 (104.4.240.0)
Syntaxpublic event EventHandler<InterestGroupAccessedEventArgs> InterestGroupAccessed
public:
 event EventHandler<InterestGroupAccessedEventArgs^>^ InterestGroupAccessed {
	void add (EventHandler<InterestGroupAccessedEventArgs^>^ value);
	void remove (EventHandler<InterestGroupAccessedEventArgs^>^ value);
}Value
Type: 
SystemEventHandlerInterestGroupAccessedEventArgs
See Also