StorageClientInterestGroupAuctionNetworkRequestCreated Event |
Version 130.1.90
Specifies which auctions a particular network fetch may be related to, and
in what role. Note that it is not ordered with respect to
Network.requestWillBeSent (but will happen before loadingFinished
loadingFailed).
Namespace: CefSharp.DevTools.StorageAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public event EventHandler<InterestGroupAuctionNetworkRequestCreatedEventArgs> InterestGroupAuctionNetworkRequestCreated
public:
event EventHandler<InterestGroupAuctionNetworkRequestCreatedEventArgs^>^ InterestGroupAuctionNetworkRequestCreated {
void add (EventHandler<InterestGroupAuctionNetworkRequestCreatedEventArgs^>^ value);
void remove (EventHandler<InterestGroupAuctionNetworkRequestCreatedEventArgs^>^ value);
}
Value
EventHandlerInterestGroupAuctionNetworkRequestCreatedEventArgsSee Also