Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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))
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);
}
abstract PrepareCompleted : IEvent<EventHandler<DataAsyncCommandCompletedEventArgs<string>>,
DataAsyncCommandCompletedEventArgs<string>>
override PrepareCompleted : IEvent<EventHandler<DataAsyncCommandCompletedEventArgs<string>>,
DataAsyncCommandCompletedEventArgs<string>>
JScript does not support events.
Implements
IVsDataAsyncCommand.PrepareCompleted
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.