Share via


WebBrowserExtended.DownloadStarted Event

Same as DownloadBegin, included for backward compatibility.

Namespace: Microsoft.Uii.Csr.Browser.Web
Assembly: Microsoft.Uii.Csr.Browser.Web (in Microsoft.Uii.Csr.Browser.Web.dll)

Usage

'Usage
Dim instance As WebBrowserExtended
Dim handler As EventHandler

AddHandler instance.DownloadStarted, handler

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public Event DownloadStarted As EventHandler
[BrowsableAttribute(false)] 
public event EventHandler DownloadStarted
[BrowsableAttribute(false)] 
public:
event EventHandler^ DownloadStarted {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
/** @event */
public void add_DownloadStarted (EventHandler value)

/** @event */
public void remove_DownloadStarted (EventHandler value)

Platforms

See Also

Reference

WebBrowserExtended Class
WebBrowserExtended Members
Microsoft.Uii.Csr.Browser.Web Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.