DataAsyncCommandEvents.CommandCancel Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Récupère ou définit le délégué appelé lorsqu’une commande asynchrone est annulée.
public:
property Microsoft::VisualStudio::Data::DataAsyncCommandCancelEventHandler ^ CommandCancel { Microsoft::VisualStudio::Data::DataAsyncCommandCancelEventHandler ^ get(); void set(Microsoft::VisualStudio::Data::DataAsyncCommandCancelEventHandler ^ value); };
public Microsoft.VisualStudio.Data.DataAsyncCommandCancelEventHandler CommandCancel { get; set; }
member this.CommandCancel : Microsoft.VisualStudio.Data.DataAsyncCommandCancelEventHandler with get, set
Public Property CommandCancel As DataAsyncCommandCancelEventHandler
Valeur de propriété
Retourne un délégué pour le gestionnaire d’événements CommandCancel.