IDeleteCookiesCallbackOnComplete Method |
Version 111.2.70
Method that will be called upon completion.
Namespace:
CefSharp
Assembly:
CefSharp (in CefSharp.dll) Version: 111.2.70.0 (111.2.70.0)
Syntax void OnComplete(
int numDeleted
)
void OnComplete(
int numDeleted
)
Parameters
- numDeleted
- Type: SystemInt32
will be the number of cookies that were deleted or -1 if unknown.
See Also