Click or drag to resize

OnRequestCompleteDelegate Delegate

Version 94.4.20
Notifies the client that the request has completed. Use the RequestStatus property to determine if the request was successful or not.

Namespace:  CefSharp.Fluent
Assembly:  CefSharp.Core (in CefSharp.Core.dll) Version: 94.4.20.0
Syntax
public delegate void OnRequestCompleteDelegate(
	IUrlRequest request
)

Parameters

request
Type: CefSharpIUrlRequest
request
See Also