WebClientHelperDownloadProgressChanged Event | Helper帮助文档 |
[Missing <summary> documentation for "E:HD.Common.WebClientHelper.DownloadProgressChanged"]
Namespace: HD.Common
Assembly: HD.Common (in HD.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public event EventHandler<DownloadEventArgs> DownloadProgressChanged
Public Event DownloadProgressChanged As EventHandler(Of DownloadEventArgs)
public: event EventHandler<DownloadEventArgs^>^ DownloadProgressChanged { void add (EventHandler<DownloadEventArgs^>^ value); void remove (EventHandler<DownloadEventArgs^>^ value); }
member DownloadProgressChanged : IEvent<EventHandler<DownloadEventArgs>, DownloadEventArgs>
Value
Type: SystemEventHandlerDownloadEventArgsSee Also