Compartilhar via


WpfBrowser.DownloadBegin Event

Fires when a navigation operation begins.

Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)

Usage

'Usage
Dim instance As WpfBrowser
Dim handler As EventHandler

AddHandler instance.DownloadBegin, handler

Syntax

'Declaration
<CategoryAttribute("DWebBrowserEvents2")> _
<BrowsableAttribute(True)> _
<DescriptionAttribute("Fires when a navigation operation begins.")> _
Public Event DownloadBegin As EventHandler
[CategoryAttribute("DWebBrowserEvents2")] 
[BrowsableAttribute(true)] 
[DescriptionAttribute("Fires when a navigation operation begins.")] 
public event EventHandler DownloadBegin
[CategoryAttribute(L"DWebBrowserEvents2")] 
[BrowsableAttribute(true)] 
[DescriptionAttribute(L"Fires when a navigation operation begins.")] 
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

WpfBrowser Class
WpfBrowser Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Controls Namespace

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