DownloadStartedEventArgs Class

WebKit .NET

[This is preliminary documentation and is subject to change.]

Provides data for the WebKitDownload.DownloadStarted event.

Namespace:  WebKit
Assembly:  WebKitBrowser (in WebKitBrowser.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

C#
public class DownloadStartedEventArgs : EventArgs
Visual Basic (Declaration)
Public Class DownloadStartedEventArgs _
	Inherits EventArgs
Visual C++
public ref class DownloadStartedEventArgs : public EventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    WebKit..::.DownloadStartedEventArgs

See Also