DispatcherHooks.OperationPosted Evento
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
- 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.