| IJavascriptCallback Interface | 
Namespace: CefSharp
 Syntax
SyntaxThe IJavascriptCallback type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | CanExecute | 
            Check to see if the underlying resource are still available to execute the callback
             | 
|  | Id | 
            Callback Id
             | 
|  | 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.) | 
|  | ExecuteAsync | 
            Execute the javascript callback
             | 
|  | ExecuteWithTimeoutAsync | 
            Execute the javascript callback
             | 
 See Also
See Also