Compartilhar via


DispatcherHooks.OperationCompleted Evento

Definição

Ocorre quando uma operação é concluída.

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

Tipo de evento

DispatcherHookEventHandler
Atributos

Comentários

Esse evento é gerado pelo thread do dispatcher após a conclusão da operação.

Aplica-se a

Confira também