Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Fires when a navigation operation finishes, is halted, or fails.
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.DownloadComplete, handler
Syntax
'Declaration
<DescriptionAttribute("Fires when a navigation operation finishes, is halted, or fails.")> _
<BrowsableAttribute(True)> _
<CategoryAttribute("DWebBrowserEvents2")> _
Public Event DownloadComplete As EventHandler
[DescriptionAttribute("Fires when a navigation operation finishes, is halted, or fails.")]
[BrowsableAttribute(true)]
[CategoryAttribute("DWebBrowserEvents2")]
public event EventHandler DownloadComplete
[DescriptionAttribute(L"Fires when a navigation operation finishes, is halted, or fails.")]
[BrowsableAttribute(true)]
[CategoryAttribute(L"DWebBrowserEvents2")]
public:
event EventHandler^ DownloadComplete {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
/** @event */
public void add_DownloadComplete (EventHandler value)
/** @event */
public void remove_DownloadComplete (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.