DataAsyncCommandEvents.CommandCancel, propriété
Extrait ou définit le délégué appelé lorsqu'une commande asynchrone est annulée.
Espace de noms : Microsoft.VisualStudio.Data
Assembly : Microsoft.VisualStudio.Data (dans Microsoft.VisualStudio.Data.dll)
Syntaxe
'Déclaration
Public Property CommandCancel As DataAsyncCommandCancelEventHandler
public DataAsyncCommandCancelEventHandler CommandCancel { get; set; }
public:
property DataAsyncCommandCancelEventHandler^ CommandCancel {
DataAsyncCommandCancelEventHandler^ get ();
void set (DataAsyncCommandCancelEventHandler^ value);
}
member CommandCancel : DataAsyncCommandCancelEventHandler with get, set
function get CommandCancel () : DataAsyncCommandCancelEventHandler
function set CommandCancel (value : DataAsyncCommandCancelEventHandler)
Valeur de propriété
Type : Microsoft.VisualStudio.Data.DataAsyncCommandCancelEventHandler
Retourne un délégué pour le gestionnaire d'événements d' CommandCancel .
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.