Share via


DispatcherHooks.OperationAborted Evento

Definición

Tiene lugar cuando se anula una operación.

public:
 event System::Windows::Threading::DispatcherHookEventHandler ^ OperationAborted;
[add: System.Security.SecurityCritical]
[remove: System.Security.SecurityCritical]
public event System.Windows.Threading.DispatcherHookEventHandler OperationAborted;
public event System.Windows.Threading.DispatcherHookEventHandler OperationAborted;
[<add: System.Security.SecurityCritical>]
[<remove: System.Security.SecurityCritical>]
member this.OperationAborted : System.Windows.Threading.DispatcherHookEventHandler 
member this.OperationAborted : System.Windows.Threading.DispatcherHookEventHandler 
Public Custom Event OperationAborted As DispatcherHookEventHandler 

Tipo de evento

DispatcherHookEventHandler
Atributos

Comentarios

Cualquier subproceso puede anular una operación; por lo tanto, cualquier subproceso puede generar este evento.

Se aplica a

Consulte también