IVsDataAsyncCommand.ExecuteWithoutResultsCompleted 事件

定义

public:
 event EventHandler<Microsoft::VisualStudio::Data::Services::SupportEntities::DataAsyncCommandCompletedEventArgs<int> ^> ^ ExecuteWithoutResultsCompleted;
event EventHandler<Microsoft.VisualStudio.Data.Services.SupportEntities.DataAsyncCommandCompletedEventArgs<int>> ExecuteWithoutResultsCompleted;
member this.ExecuteWithoutResultsCompleted : EventHandler<Microsoft.VisualStudio.Data.Services.SupportEntities.DataAsyncCommandCompletedEventArgs<int>> 
Event ExecuteWithoutResultsCompleted As EventHandler(Of DataAsyncCommandCompletedEventArgs(Of Integer)) 

事件类型

EventHandler<DataAsyncCommandCompletedEventArgs<Int32>>

适用于