DispatcherHooks.DispatcherInactive 事件

定义

在调度程序没有要处理的其他操作时发生。

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 

事件类型

EventHandler
属性

注解

当没有更多挂起的工作项时,调度程序线程会引发此事件。

适用于

另请参阅