ICompletionCallback Interface |
Version 55.0.0
Generic callback interface used for asynchronous completion.
Namespace: CefSharpAssembly: CefSharp (in CefSharp.dll) Version: 55.0.0.0 (55.0.0.0)
Syntax public interface ICompletionCallback
public interface class ICompletionCallback
The ICompletionCallback type exposes the following members.
Methods
| Name | Description |
---|
| OnComplete |
Method that will be called once the task is complete.
|
TopSee Also