DispatcherHooks.OperationPriorityChanged 이벤트

정의

작업의 우선 순위가 변경될 때 발생합니다.

public:
 event System::Windows::Threading::DispatcherHookEventHandler ^ OperationPriorityChanged;
[add: System.Security.SecurityCritical]
[remove: System.Security.SecurityCritical]
public event System.Windows.Threading.DispatcherHookEventHandler OperationPriorityChanged;
public event System.Windows.Threading.DispatcherHookEventHandler OperationPriorityChanged;
[<add: System.Security.SecurityCritical>]
[<remove: System.Security.SecurityCritical>]
member this.OperationPriorityChanged : System.Windows.Threading.DispatcherHookEventHandler 
member this.OperationPriorityChanged : System.Windows.Threading.DispatcherHookEventHandler 
Public Custom Event OperationPriorityChanged As DispatcherHookEventHandler 

이벤트 유형

DispatcherHookEventHandler
특성

설명

모든 스레드는 작업의 우선 순위를 변경할 수 있습니다. 따라서이 이벤트는 모든 스레드에서 발생할 수 있습니다.

적용 대상

추가 정보