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
屬性

備註

作業完成後,發送器執行緒會引發此事件。

適用於

另請參閱