OnRequestCompleteDelegate Delegate |
Version 130.1.90
Notifies the client that the request has completed.
Use the
RequestStatus property to determine if the
request was successful or not.
Namespace: CefSharp.FluentAssembly: CefSharp.Core (in CefSharp.Core.dll) Version: 129.0.110.0
Syntax public delegate void OnRequestCompleteDelegate(
IUrlRequest request
)
public delegate void OnRequestCompleteDelegate(
IUrlRequest^ request
)
Parameters
- request IUrlRequest
- request
See Also