[This is preliminary documentation and is subject to change.]
Occurs when file data transfer begins.
Namespace:
WebKit
Assembly:
WebKitBrowser (in WebKitBrowser.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
C# |
---|
public event DownloadStartedEventHandler DownloadStarted |
Visual Basic (Declaration) |
---|
Public Event DownloadStarted As DownloadStartedEventHandler |
Visual C++ |
---|
public: event DownloadStartedEventHandler^ DownloadStarted { void add (DownloadStartedEventHandler^ value); void remove (DownloadStartedEventHandler^ value); } |