13 references to AsyncCompletedEventHandler
Microsoft.VisualStudio.TestPlatform.Common (4)
DataCollection\DataCollectionAttachmentManager.cs (2)
163
public void AddAttachment(FileTransferInformation fileTransferInfo,
AsyncCompletedEventHandler
? sendFileCompletedCallback, Uri uri, string friendlyName)
237
private void AddNewFileTransfer(FileTransferInformation fileTransferInfo,
AsyncCompletedEventHandler
? sendFileCompletedCallback, Uri uri, string friendlyName)
DataCollection\Interfaces\IDataCollectionAttachmentManager.cs (1)
58
void AddAttachment(FileTransferInformation fileTransferInfo,
AsyncCompletedEventHandler
? sendFileCompletedCallback, Uri dataCollectorUri, string friendlyName);
DataCollection\TestPlatformDataCollectionSink.cs (1)
37
public override event
AsyncCompletedEventHandler
? SendFileCompleted;
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
DataCollector\DataCollectionSink.cs (1)
23
public abstract event
AsyncCompletedEventHandler
? SendFileCompleted;
netstandard (1)
netstandard.cs (1)
178
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.
AsyncCompletedEventHandler
))]
System (1)
src\runtime\src\libraries\shims\System\ref\System.cs (1)
164
[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.
AsyncCompletedEventHandler
))]
System.Net.WebClient (2)
System\Net\WebClient.cs (2)
68
public event
AsyncCompletedEventHandler
? DownloadFileCompleted;
1681
AsyncCompletedEventHandler
? handler = null;
System.Windows.Extensions (2)
System\Media\SoundPlayer.cs (2)
431
public event
AsyncCompletedEventHandler
? LoadCompleted
469
((
AsyncCompletedEventHandler
?)Events[s_eventLoadCompleted])?.Invoke(this, e);
System.Windows.Forms (2)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (2)
748
public event
AsyncCompletedEventHandler
? LoadCompleted
1092
((
AsyncCompletedEventHandler
?)(Events[s_loadCompletedKey]))?.Invoke(this, e);