DispatcherHooks.OperationStarted イベント

定義

操作が呼び出されるときに発生します。

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

イベントの種類

DispatcherHookEventHandler
属性

注釈

通常、このイベントは API が BeginInvoke 原因ですが Invoke 、API によって、指定以外 DispatcherPriority.Send の優先度が指定されている場合や、宛先ディスパッチャーが別のスレッドによって所有されている場合にも、このイベントが発生する可能性があります。

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

適用対象