DispatcherHooks.DispatcherInactive Událost
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Nastane, když dispečer nemá žádné další operace ke zpracování.
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
Event Type
- Atributy
Poznámky
Tato událost je vyvolána vláknem dispečera, pokud neexistují žádné další čekající pracovní položky.