DispatcherHooks.OperationPriorityChanged É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 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
- 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.