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 指定了其他 DispatcherPriority.Send 任何优先级,或者目标调度程序由其他线程拥有,则 API 也可能导致此事件。

任何线程都可以发布操作,因此此事件可由任何线程引发。

适用于