Share via


DispatcherHooks.OperationPriorityChanged Evento

Definición

Se produce cuando se cambia la prioridad de una operación.

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

Comentarios

Cualquier subproceso puede cambiar la prioridad de las operaciones; por lo tanto, cualquier subproceso puede generar este evento.

Se aplica a

Consulte también