DispatcherHooks.OperationStarted Événement
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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
- 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.