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 

이벤트 유형

특성

설명

일반적으로 이 이벤트는 호출 중에 발생합니다 BeginInvoke.

이 이벤트는 지정된 것 이외의 Invoke 우선 순위가 있거나 대상 디스패처가 다른 스레드에서 소유하는 경우 호출 Send 중에 발생할 수 있습니다.

모든 스레드는 작업을 게시할 수 있습니다. 따라서 이 이벤트는 모든 스레드에서 발생할 수 있습니다.

적용 대상

추가 정보