Click or drag to resize

IDeleteCookiesCallbackOnComplete Method

Version 86.0.240
Method that will be called upon completion.

Namespace:  CefSharp
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
void OnComplete(
	int numDeleted
)

Parameters

numDeleted
Type: SystemInt32
will be the number of cookies that were deleted or -1 if unknown.
See Also