Udostępnij za pośrednictwem


DispatcherHooks.OperationPriorityChanged Zdarzenie

Definicja

Występuje, gdy priorytet operacji zostanie zmieniony.

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 

Typ zdarzenia

DispatcherHookEventHandler
Atrybuty

Uwagi

Każdy wątek może zmienić priorytet operacji; w związku z tym to zdarzenie może zostać podniesione przez dowolny wątek.

Dotyczy

Zobacz też