DispatcherHooks.DispatcherInactive Evento

Definição

Ocorre quando o despachante 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

Observações

Este evento é levantado pelo tópico do despachante quando não há mais itens de trabalho pendentes.

Aplica-se a

Ver também