DispatcherHooks.OperationPosted Événement

Définition

Se produit lorsqu'une opération est publiée sur le répartiteur.

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 

Type d'événement

DispatcherHookEventHandler
Attributs

Remarques

En règle générale, cet événement se produit lors d’un appel à BeginInvoke.

Cet événement peut se produire lors d’un appel à Invoke une priorité autre que Send celle spécifiée, ou si le répartiteur de destination appartient à un thread différent.

N’importe quel thread peut publier des opérations ; par conséquent, cet événement peut être déclenché par n’importe quel thread.

S’applique à

Voir aussi