Compartilhar via


DispatcherHooks.DispatcherInactive Evento

Definição

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

EventHandler
Atributos

Comentários

Esse evento é gerado pelo thread do dispatcher quando não há mais itens de trabalho pendentes.

Aplica-se a

Confira também