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