1 instantiation of DownloadDataCompletedEventArgs
System (1)
net\System\Net\webclient.cs (1)
2020
new
DownloadDataCompletedEventArgs
(returnBytes, exception, m_Cancelled, asyncOp.UserSuppliedState);
4 references to DownloadDataCompletedEventArgs
System (4)
net\System\Net\webclient.cs (4)
2006
protected virtual void OnDownloadDataCompleted(
DownloadDataCompletedEventArgs
e) {
2013
OnDownloadDataCompleted((
DownloadDataCompletedEventArgs
)arg);
2019
DownloadDataCompletedEventArgs
eventArgs =
3158
public delegate void DownloadDataCompletedEventHandler(object sender,
DownloadDataCompletedEventArgs
e);