DispatcherHooks.OperationPriorityChanged Événement

Définition

Se produit lorsque la priorité d'une opération est modifiée.

public:
 event System::Windows::Threading::DispatcherHookEventHandler ^ OperationPriorityChanged;
[add: System.Security.SecurityCritical]
[remove: System.Security.SecurityCritical]
public event System.Windows.Threading.DispatcherHookEventHandler OperationPriorityChanged;
public event System.Windows.Threading.DispatcherHookEventHandler OperationPriorityChanged;
[<add: System.Security.SecurityCritical>]
[<remove: System.Security.SecurityCritical>]
member this.OperationPriorityChanged : System.Windows.Threading.DispatcherHookEventHandler 
member this.OperationPriorityChanged : System.Windows.Threading.DispatcherHookEventHandler 
Public Custom Event OperationPriorityChanged As DispatcherHookEventHandler 

Type d'événement

DispatcherHookEventHandler
Attributs

Remarques

N’importe quel thread peut modifier la priorité des opérations ; par conséquent, cet événement peut être déclenché par n’importe quel thread.

S’applique à

Voir aussi