[This is preliminary documentation and is subject to change.]
Contains classes for creating instances of and managing communication with WebKit COM components.
Classes
| Class | Description | |
|---|---|---|
| DownloadFinishedEventArgs |
Provides data for the WebKitDownload.DownloadFinished event.
| |
| DownloadReceiveDataEventArgs |
Provides data for the WebKitDownload.DownloadReceiveData event.
| |
| DownloadStartedEventArgs |
Provides data for the WebKitDownload.DownloadStarted event.
| |
| FileDownloadBeginEventArgs |
Provides data for the WebKitBrowser.FileDownloadBegin event.
| |
| NewWindowCreatedEventArgs |
Provides data for the WebKitBrowser.NewWindowCreated event.
| |
| NewWindowRequestEventArgs |
Provides data for the WebKitBrowser.NewWindowRequest event.
| |
| WebKitBrowser |
WebKit Browser Control.
| |
| WebKitBrowserErrorEventArgs |
Provides data for the WebKitBrowser.Error event.
| |
| WebKitDownload |
Represents a file download.
|
Delegates
| Delegate | Description | |
|---|---|---|
| DownloadFinishedEventHandler |
Represents the method that will handle the WebKitDownload.DownloadFinished event.
| |
| DownloadReceiveDataEventHandler |
Represents the method that will handle the WebKitDownload.DownloadReceiveData event.
| |
| DownloadStartedEventHandler |
Represents the method that will handle the WebKitDownload.DownloadStarted event.
| |
| FileDownloadBeginEventHandler |
Represents the method that will handle the WebKitBrowser.FileDownloadBegin event.
| |
| NewWindowCreatedEventHandler |
Represents the method that will handle the WebKitBrowser.NewWindowCreated event.
| |
| NewWindowRequestEventHandler |
Represents the method that will handle the WebKitBrowser.NewWindowRequest event.
| |
| WebKitBrowserErrorEventHandler |
Represents the method that will handle the WebKitBrowser.Error event.
|