14 references to AsyncCompletedEventHandler
Microsoft.VisualStudio.TestPlatform.Common (4)
DataCollection\DataCollectionAttachmentManager.cs (2)
163public void AddAttachment(FileTransferInformation fileTransferInfo, AsyncCompletedEventHandler? sendFileCompletedCallback, Uri uri, string friendlyName) 237private void AddNewFileTransfer(FileTransferInformation fileTransferInfo, AsyncCompletedEventHandler? sendFileCompletedCallback, Uri uri, string friendlyName)
DataCollection\Interfaces\IDataCollectionAttachmentManager.cs (1)
58void AddAttachment(FileTransferInformation fileTransferInfo, AsyncCompletedEventHandler? sendFileCompletedCallback, Uri dataCollectorUri, string friendlyName);
DataCollection\TestPlatformDataCollectionSink.cs (1)
37public override event AsyncCompletedEventHandler? SendFileCompleted;
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
DataCollector\DataCollectionSink.cs (1)
23public abstract event AsyncCompletedEventHandler? SendFileCompleted;
netstandard (1)
netstandard.cs (1)
178[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.AsyncCompletedEventHandler))]
PresentationCore (1)
System\Windows\Documents\DocumentPaginator.cs (1)
188public event AsyncCompletedEventHandler ComputePageCountCompleted;
PresentationFramework (1)
System\Windows\Markup\XamlReader.cs (1)
727public event AsyncCompletedEventHandler LoadCompleted;
System (1)
parent\ref\System.cs (1)
164[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.ComponentModel.AsyncCompletedEventHandler))]
System.Net.WebClient (1)
src\runtime\artifacts\obj\System.Net.WebClient\Release\net11.0-browser\System.Net.WebClient.notsupported.cs (1)
97public event System.ComponentModel.AsyncCompletedEventHandler? DownloadFileCompleted { add { throw new System.PlatformNotSupportedException(System.SR.SystemNetWebClient_PlatformNotSupported); } remove { throw new System.PlatformNotSupportedException(System.SR.SystemNetWebClient_PlatformNotSupported); } }
System.Windows.Extensions (2)
System\Media\SoundPlayer.cs (2)
431public event AsyncCompletedEventHandler? LoadCompleted 469((AsyncCompletedEventHandler?)Events[s_eventLoadCompleted])?.Invoke(this, e);
System.Windows.Forms (2)
System\Windows\Forms\Controls\PictureBox\PictureBox.cs (2)
748public event AsyncCompletedEventHandler? LoadCompleted 1092((AsyncCompletedEventHandler?)(Events[s_loadCompletedKey]))?.Invoke(this, e);