DispatcherHooks.OperationAborted Evento

Definição

Ocorre quando uma operação é abortada.

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

Tipo de Evento

Atributos

Observações

Qualquer thread pode abortar uma operação; portanto, este evento pode ser levantado por qualquer fio.

Aplica-se a

Ver também