WpfBrowser.DownloadComplete Event
Fires when a navigation operation finishes, is halted or fails.
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.DownloadComplete, handler
Syntax
'Declaration
<BrowsableAttribute(True)> _
<CategoryAttribute("DWebBrowserEvents2")> _
<DescriptionAttribute("Fires when a navigation operation finishes, is halted, or fails.")> _
Public Event DownloadComplete As EventHandler
[BrowsableAttribute(true)]
[CategoryAttribute("DWebBrowserEvents2")]
[DescriptionAttribute("Fires when a navigation operation finishes, is halted, or fails.")]
public event EventHandler DownloadComplete
[BrowsableAttribute(true)]
[CategoryAttribute(L"DWebBrowserEvents2")]
[DescriptionAttribute(L"Fires when a navigation operation finishes, is halted, or fails.")]
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
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.