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 

イベントの種類

属性

注釈

どのスレッドでも、操作の優先順位を変更できます。したがって、このイベントは任意のスレッドで発生させることができます。

適用対象

こちらもご覧ください