DispatcherHooks.OperationCompleted イベント

定義

操作が完了するときに発生します。

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

イベントの種類

DispatcherHookEventHandler
属性

注釈

このイベントは、操作の完了後にディスパッチャー スレッドによって発生します。

適用対象

こちらもご覧ください