DispatcherHooks.OperationAborted Événement

Définition

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

DispatcherHookEventHandler
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.

S’applique à

Voir aussi