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 begins.
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.DownloadBegin, handler
Syntax
'Declaration
<BrowsableAttribute(True)> _
<DescriptionAttribute("Fires when a navigation operation begins.")> _
<CategoryAttribute("DWebBrowserEvents2")> _
Public Event DownloadBegin As EventHandler
[BrowsableAttribute(true)]
[DescriptionAttribute("Fires when a navigation operation begins.")]
[CategoryAttribute("DWebBrowserEvents2")]
public event EventHandler DownloadBegin
[BrowsableAttribute(true)]
[DescriptionAttribute(L"Fires when a navigation operation begins.")]
[CategoryAttribute(L"DWebBrowserEvents2")]
public:
event EventHandler^ DownloadBegin {
void add (EventHandler^ value);
void remove (EventHandler^ value);
}
/** @event */
public void add_DownloadBegin (EventHandler value)
/** @event */
public void remove_DownloadBegin (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.