DispatcherHooks.OperationStarted Événement

Définition

Se produit lorsqu'une opération est appelée.

public:
 event System::Windows::Threading::DispatcherHookEventHandler ^ OperationStarted;
[add: System.Security.SecurityCritical]
[remove: System.Security.SecurityCritical]
public event System.Windows.Threading.DispatcherHookEventHandler OperationStarted;
public event System.Windows.Threading.DispatcherHookEventHandler OperationStarted;
[<add: System.Security.SecurityCritical>]
[<remove: System.Security.SecurityCritical>]
member this.OperationStarted : System.Windows.Threading.DispatcherHookEventHandler 
member this.OperationStarted : System.Windows.Threading.DispatcherHookEventHandler 
Public Custom Event OperationStarted As DispatcherHookEventHandler 

Type d'événement

DispatcherHookEventHandler
Attributs

Remarques

En règle générale, cet événement est dû à l’API BeginInvoke , mais l’API Invoke peut également provoquer cet événement si une priorité autre que DispatcherPriority.Send celle spécifiée, ou si le répartiteur de destination appartient à un autre thread.

N’importe quel thread peut publier des opérations. Cet événement peut donc être déclenché par n’importe quel thread.

S’applique à