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.
Fires when the progress of a download operation is updated on the object.
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(Of ProgressChangeEventArgs)
AddHandler instance.ProgressChange, handler
Syntax
'Declaration
<DescriptionAttribute("Fires when the progress of a download operation is updated on the object.")> _
<BrowsableAttribute(True)> _
<CategoryAttribute("DWebBrowserEvents2")> _
Public Event ProgressChange As EventHandler(Of ProgressChangeEventArgs)
[DescriptionAttribute("Fires when the progress of a download operation is updated on the object.")]
[BrowsableAttribute(true)]
[CategoryAttribute("DWebBrowserEvents2")]
public event EventHandler<ProgressChangeEventArgs> ProgressChange
[DescriptionAttribute(L"Fires when the progress of a download operation is updated on the object.")]
[BrowsableAttribute(true)]
[CategoryAttribute(L"DWebBrowserEvents2")]
public:
event EventHandler<ProgressChangeEventArgs^>^ ProgressChange {
void add (EventHandler<ProgressChangeEventArgs^>^ value);
void remove (EventHandler<ProgressChangeEventArgs^>^ value);
}
/** @event */
public void add_ProgressChange (EventHandler<ProgressChangeEventArgs> value)
/** @event */
public void remove_ProgressChange (EventHandler<ProgressChangeEventArgs> 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.