다음을 통해 공유


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입니다.

이 이벤트는 호출 하는 동안 발생할 수 있습니다 Invoke 경우 이외의 다른 우선 순위 Send 지정 된 대상 발송자가 다른 스레드를 소유 하는 경우.

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

적용 대상

추가 정보