IVsDataAsyncCommand.ExecuteWithoutResultsCompleted – událost
Dochází, když ExecuteWithoutResultsAsync dokončení příkazu.
Obor názvů: Microsoft.VisualStudio.Data.Services.SupportEntities
Sestavení: Microsoft.VisualStudio.Data.Services (v Microsoft.VisualStudio.Data.Services.dll)
Syntaxe
'Deklarace
Event ExecuteWithoutResultsCompleted As EventHandler(Of DataAsyncCommandCompletedEventArgs(Of Integer))
event EventHandler<DataAsyncCommandCompletedEventArgs<int>> ExecuteWithoutResultsCompleted
event EventHandler<DataAsyncCommandCompletedEventArgs<int>^>^ ExecuteWithoutResultsCompleted {
void add (EventHandler<DataAsyncCommandCompletedEventArgs<int>^>^ value);
void remove (EventHandler<DataAsyncCommandCompletedEventArgs<int>^>^ value);
}
abstract ExecuteWithoutResultsCompleted : IEvent<EventHandler<DataAsyncCommandCompletedEventArgs<int>>,
DataAsyncCommandCompletedEventArgs<int>>
Jazyk JScript nepodporuje události.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Referenční dokumentace
Microsoft.VisualStudio.Data.Services.SupportEntities – obor názvů