StorageClientAttributionReportingSourceRegistered Event |
Version 130.1.90
AttributionReportingSourceRegistered
Namespace: CefSharp.DevTools.StorageAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntaxpublic event EventHandler<AttributionReportingSourceRegisteredEventArgs> AttributionReportingSourceRegistered
public:
event EventHandler<AttributionReportingSourceRegisteredEventArgs^>^ AttributionReportingSourceRegistered {
void add (EventHandler<AttributionReportingSourceRegisteredEventArgs^>^ value);
void remove (EventHandler<AttributionReportingSourceRegisteredEventArgs^>^ value);
}Value
EventHandlerAttributionReportingSourceRegisteredEventArgs
See Also