type TCefEventCompletionCallback = class(TCefCompletionCallbackOwn)
This item has no description.
| Protected | FEvent: ICefWaitableEvent; |
| Protected | procedure OnComplete; override; |
| Public | constructor Create(const event : ICefWaitableEvent); reintroduce; |
| Public | destructor Destroy; override; |
| Protected | FEvent: ICefWaitableEvent; |
|
This item has no description. | |
| Protected | procedure OnComplete; override; |
|
This item has no description. Showing description inherited from ICefCompletionCallback.OnComplete. Method that will be called once the task is complete. | |
| Public | constructor Create(const event : ICefWaitableEvent); reintroduce; |
|
This item has no description. | |
| Public | destructor Destroy; override; |
|
This item has no description. | |