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.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(Of ProgressChangeEventArgs)
AddHandler instance.ProgressChange, handler
Syntax
'Declaration
<BrowsableAttribute(True)> _
<CategoryAttribute("DWebBrowserEvents2")> _
<DescriptionAttribute("Fires when the progress of a download operation is updated on the object.")> _
Public Event ProgressChange As EventHandler(Of ProgressChangeEventArgs)
[BrowsableAttribute(true)]
[CategoryAttribute("DWebBrowserEvents2")]
[DescriptionAttribute("Fires when the progress of a download operation is updated on the object.")]
public event EventHandler<ProgressChangeEventArgs> ProgressChange
[BrowsableAttribute(true)]
[CategoryAttribute(L"DWebBrowserEvents2")]
[DescriptionAttribute(L"Fires when the progress of a download operation is updated on the object.")]
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
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.