Compartilhar via


DispatcherHooks.OperationPosted Evento

Definição

Ocorre quando uma operação é postada para o dispatcher.

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

Tipo de evento

DispatcherHookEventHandler
Atributos

Comentários

Normalmente, esse evento ocorre durante uma chamada para BeginInvoke.

Esse evento pode ocorrer durante uma chamada para Invoke se qualquer prioridade diferente da Send especificada ou se o dispatcher de destino pertence a um thread diferente.

Qualquer thread pode postar operações; portanto, esse evento pode ser gerado por qualquer thread.

Aplica-se a

Confira também