DispatcherHooks.DispatcherInactive Événement

Définition

Se produit lorsque le répartiteur n'a plus d'opérations à traiter.

public:
 event EventHandler ^ DispatcherInactive;
[add: System.Security.SecurityCritical]
[remove: System.Security.SecurityCritical]
public event EventHandler DispatcherInactive;
public event EventHandler DispatcherInactive;
[<add: System.Security.SecurityCritical>]
[<remove: System.Security.SecurityCritical>]
member this.DispatcherInactive : EventHandler 
member this.DispatcherInactive : EventHandler 
Public Custom Event DispatcherInactive As EventHandler 

Type d'événement

Attributs

Remarques

Cet événement est déclenché par le thread de répartiteur lorsqu’il n’y a plus d’éléments de travail en attente.

S’applique à

Voir aussi