DispatcherHooks.DispatcherInactive Evento
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Ocorre quando o dispatcher não tem mais operações para processar.
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
Tipo de evento
- Atributos
Comentários
Esse evento é gerado pelo thread do dispatcher quando não há mais itens de trabalho pendentes.