NetworkClientTrustTokenOperationDone Event |
Version 99.2.120
Fired exactly once for each Trust Token operation. Depending on
the type of the operation and whether the operation succeeded or
failed, the event is fired before the corresponding request was sent
or after the response was received.
Namespace:
CefSharp.DevTools.Network
Assembly:
CefSharp (in CefSharp.dll) Version: 99.2.120.0 (99.2.120.0)
Syntaxpublic event EventHandler<TrustTokenOperationDoneEventArgs> TrustTokenOperationDone
public:
event EventHandler<TrustTokenOperationDoneEventArgs^>^ TrustTokenOperationDone {
void add (EventHandler<TrustTokenOperationDoneEventArgs^>^ value);
void remove (EventHandler<TrustTokenOperationDoneEventArgs^>^ value);
}
Value
Type:
SystemEventHandlerTrustTokenOperationDoneEventArgs
See Also