DispatcherHooks.OperationPosted Evento

Definição

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.

Aplica-se a

Ver também