DataAsyncCommand.PrepareCompleted, événement
Se produit lorsque la commande d' PrepareAsync est terminée.
Espace de noms : Microsoft.VisualStudio.Data.Framework
Assembly : Microsoft.VisualStudio.Data.Framework (dans Microsoft.VisualStudio.Data.Framework.dll)
Syntaxe
'Déclaration
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 ne prend pas en charge les événements.
Implémentations
IVsDataAsyncCommand.PrepareCompleted
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.