IVsDataAsyncCommand.PrepareCompleted 事件

PrepareAsync 命令完成,发生。

命名空间:  Microsoft.VisualStudio.Data.Services.SupportEntities
程序集:  Microsoft.VisualStudio.Data.Services(在 Microsoft.VisualStudio.Data.Services.dll 中)

语法

声明
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>>
JScript 不支持事件。

.NET Framework 安全性

请参见

参考

IVsDataAsyncCommand 接口

Microsoft.VisualStudio.Data.Services.SupportEntities 命名空间