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

注釈

このイベントは、保留中の作業項目がない場合にディスパッチャー スレッドによって発生します。

適用対象

こちらもご覧ください