DispatcherHooks.OperationPosted イベント

定義

操作がディスパッチャーにポストされるときに発生します。

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

イベントの種類

DispatcherHookEventHandler
属性

注釈

通常、このイベントは、次の呼び出し中に発生します BeginInvoke

このイベントは、呼び出し中に Invoke 、他の Send 優先度が指定されている場合、または宛先ディスパッチャーが別のスレッドによって所有されている場合に発生する可能性があります。

任意のスレッドが操作をポストできます。したがって、このイベントは任意のスレッドによって発生させることができます。

適用対象

こちらもご覧ください