DispatcherHooks.OperationPosted 事件

定义

将操作发布到调度程序时发生。

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

事件类型

DispatcherHookEventHandler
属性

注解

通常,在调用 BeginInvoke期间发生此事件。

如果指定了其他Send任何优先级,或者目标调度程序由其他线程拥有,则此事件可能在调用Invoke期间发生。

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

适用于

另请参阅