Sdílet prostřednictvím


DispatcherHooks.DispatcherInactive Událost

Definice

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

EventHandler
Atributy

Poznámky

Tato událost je vyvolána vláknem dispečera, pokud neexistují žádné další čekající pracovní položky.

Platí pro

Viz také