Język

DispatcherHooks.OperationPosted Zdarzenie

Definicja

Występuje po wysłaniu operacji do dyspozytora.

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 

Typ zdarzenia

Atrybuty

Uwagi

Zazwyczaj to zdarzenie występuje podczas wywołania metody BeginInvoke.

To zdarzenie może wystąpić podczas wywołania metody , jeśli Invoke określono jakikolwiek priorytet inny niż Send określono, lub jeśli docelowy dyspozytor jest własnością innego wątku.

Każdy wątek może publikować operacje; w związku z tym to zdarzenie może być zgłaszane przez dowolny wątek.

Dotyczy

Zobacz też