Sdílet prostřednictvím


IVsDataAsyncCommand.PrepareCompleted – událost

Dochází, když PrepareAsync 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 PrepareCompleted As EventHandler(Of DataAsyncCommandCompletedEventArgs(Of String))
event EventHandler<DataAsyncCommandCompletedEventArgs<string>> PrepareCompleted
 event EventHandler<DataAsyncCommandCompletedEventArgs<String^>^>^ PrepareCompleted {
    void add (EventHandler<DataAsyncCommandCompletedEventArgs<String^>^>^ value);
    void remove (EventHandler<DataAsyncCommandCompletedEventArgs<String^>^>^ value);
}
abstract PrepareCompleted : IEvent<EventHandler<DataAsyncCommandCompletedEventArgs<string>>,
    DataAsyncCommandCompletedEventArgs<string>>
Jazyk JScript nepodporuje události.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IVsDataAsyncCommand Rozhraní

Microsoft.VisualStudio.Data.Services.SupportEntities – obor názvů