StorageClientInterestGroupAuctionEventOccurred Event |
Version 130.1.90
An auction involving interest groups is taking place. These events are
target-specific.
Namespace: CefSharp.DevTools.StorageAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public event EventHandler<InterestGroupAuctionEventOccurredEventArgs> InterestGroupAuctionEventOccurred
public:
event EventHandler<InterestGroupAuctionEventOccurredEventArgs^>^ InterestGroupAuctionEventOccurred {
void add (EventHandler<InterestGroupAuctionEventOccurredEventArgs^>^ value);
void remove (EventHandler<InterestGroupAuctionEventOccurredEventArgs^>^ value);
}
Value
EventHandlerInterestGroupAuctionEventOccurredEventArgsSee Also