DispatcherHooks.DispatcherInactive Evento

Definición

Se produce cuando el distribuidor no tiene más operaciones que procesar.

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

Comentarios

El subproceso del distribuidor genera este evento cuando no hay más elementos de trabajo pendientes.

Se aplica a

Consulte también