DispatcherHooks.OperationCompleted 事件
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
完成操作时发生。
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
事件类型
- 属性
注解
操作完成后,调度程序线程会引发此事件。