Click or drag to resize

CefDeleteCookiesCallbackOnComplete Method

Method that will be called upon completion. |num_deleted| will be the number of cookies that were deleted or -1 if unknown.

Namespace:  Internal.Xilium.CefGlue
Assembly:  NeoAxis.Core (in NeoAxis.Core.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
protected abstract void OnComplete(
	int numDeleted
)

Parameters

numDeleted
Type: SystemInt32
See Also