DispatcherHooks.OperationStarted イベント
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
操作が呼び出されたときに発生します。
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
イベントの種類
- 属性
注釈
通常、このイベントは BeginInvoke API が原因ですが、Invoke以外の優先度が指定されている場合、または宛先ディスパッチャーが別のスレッドによって所有されている場合は、DispatcherPriority.Send API によってこのイベントが発生する可能性もあります。
どのスレッドでも操作をポストできるため、このイベントは任意のスレッドで発生させることができます。