Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Same as DownloadComplete, 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.DownloadCompleted, handler
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Event DownloadCompleted As EventHandler
[BrowsableAttribute(false)]
public event EventHandler DownloadCompleted
[BrowsableAttribute(false)]
public:
event EventHandler^ DownloadCompleted {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
/** @event */
public void add_DownloadCompleted (EventHandler value)
/** @event */
public void remove_DownloadCompleted (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.