Share via


DataAsyncCommand.PrepareCompleted Event

Occurs when the PrepareAsync command is completed.

Namespace:  Microsoft.VisualStudio.Data.Framework
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Syntax

'Declaration
Public Event PrepareCompleted As EventHandler(Of DataAsyncCommandCompletedEventArgs(Of String))
'Usage
Dim instance As DataAsyncCommand 
Dim handler As EventHandler(Of DataAsyncCommandCompletedEventArgs(Of String))

AddHandler instance.PrepareCompleted, handler
public event EventHandler<DataAsyncCommandCompletedEventArgs<string>> PrepareCompleted
public:
virtual   event EventHandler<DataAsyncCommandCompletedEventArgs<String^>^>^ PrepareCompleted {
    void add (EventHandler<DataAsyncCommandCompletedEventArgs<String^>^>^ value);
    void remove (EventHandler<DataAsyncCommandCompletedEventArgs<String^>^>^ value);
}
JScript does not support events.

Implements

IVsDataAsyncCommand.PrepareCompleted

.NET Framework Security

See Also

Reference

DataAsyncCommand Class

DataAsyncCommand Members

Microsoft.VisualStudio.Data.Framework Namespace