DispatcherHooks.OperationAborted Événement
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.
Se produit lorsqu'une opération est abandonnée.
public:
event System::Windows::Threading::DispatcherHookEventHandler ^ OperationAborted;
[add: System.Security.SecurityCritical]
[remove: System.Security.SecurityCritical]
public event System.Windows.Threading.DispatcherHookEventHandler OperationAborted;
public event System.Windows.Threading.DispatcherHookEventHandler OperationAborted;
[<add: System.Security.SecurityCritical>]
[<remove: System.Security.SecurityCritical>]
member this.OperationAborted : System.Windows.Threading.DispatcherHookEventHandler
member this.OperationAborted : System.Windows.Threading.DispatcherHookEventHandler
Public Custom Event OperationAborted As DispatcherHookEventHandler
Type d'événement
- Attributs
Remarques
N’importe quel thread peut abandonner une opération ; par conséquent, cet événement peut être déclenché par n’importe quel thread.