IDeleteCookiesCallback.OnComplete Method |
Version 92.0.260
Method that will be called upon completion.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 92.0.260.0 (92.0.260.0)
Syntaxvoid OnComplete(
int numDeleted
)
void OnComplete(
int numDeleted
)
Parameters
- numDeleted
- Type: System.Int32
will be the number of cookies that were deleted or -1 if unknown.
See Also