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
- 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ů