共用方式為


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
屬性

備註

當沒有任何擱置的工作專案時,發送器執行緒會引發此事件。

適用於

另請參閱