IJavascriptCallback Interface (original) (raw)

Version 79.1.350

Javascript callback interface

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 76.1.90.0 (76.1.90.0)

Syntax

public interface IJavascriptCallback : IDisposable

public interface class IJavascriptCallback : IDisposable

The IJavascriptCallback type exposes the following members.

Properties

| | Name | Description | | | ------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------- | ----------------------------------------------------------------------------------- | | Public property | CanExecute | Check to see if the underlying resource are still available to execute the callback | | Public property | Id | Callback Id | | Public property | IsDisposed | Gets a value indicating whether the callback has been disposed of. |

Top

Methods

| | Name | Description | | | ------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- | | Public method | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | | Public method | ExecuteAsync | Execute the javascript callback | | Public method | ExecuteWithTimeoutAsync | Execute the javascript callback |

Top

See Also

Reference