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 

이벤트 유형

특성

설명

이 이벤트는 보류 중인 작업 항목이 더 이상 없으면 디스패처 스레드에서 발생 합니다.

적용 대상

추가 정보