Compartilhar via


DispatcherHooks.OperationPriorityChanged Evento

Definição

Ocorre quando a prioridade de uma operação é alterada.

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 

Tipo de evento

DispatcherHookEventHandler
Atributos

Comentários

Qualquer thread pode alterar a prioridade das operações; portanto, esse evento pode ser gerado por qualquer thread.

Aplica-se a

Confira também