DispatcherHooks.OperationPosted 이벤트
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
작업이 디스패처로 게시될 때 발생합니다.
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 지정 된 대상 발송자가 다른 스레드를 소유 하는 경우.
모든 스레드가 작업을 게시할 수 있습니다. 따라서이 이벤트는 모든 스레드에서 발생할 수 있습니다.