DispatcherHooks.OperationPosted Evento
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Ocorre quando uma operação é destacada para o despachante.
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
Observações
Normalmente, este evento ocorre durante uma chamada para BeginInvoke.
Este evento pode ocorrer durante uma chamada se Invoke for especificada qualquer prioridade distinta Send , ou se o despachante de destino pertencer a um thread diferente.
Qualquer tópico pode publicar operações; portanto, este evento pode ser levantado por qualquer fio.