Share via


DispatcherHooks.OperationPriorityChanged Událost

Definice

Vyvolá se při změně priority operace.

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 

Event Type

Atributy

Poznámky

Jakékoli vlákno může změnit prioritu operací; proto může být tato událost vyvolána libovolným vláknem.

Platí pro

Viz také