| ICompletionCallback Interface | 
Namespace: CefSharp
 Syntax
SyntaxThe ICompletionCallback type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | IsDisposed | 
            Gets a value indicating whether the callback has been disposed of.
             | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.(Inherited from IDisposable.) | 
|  | OnComplete | 
            Method that will be called once the task is complete. 
             | 
 See Also
See Also