DispatcherHooks.OperationStarted 이벤트
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
작업이 호출될 때 발생합니다.
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
이벤트 유형
- 특성
설명
일반적으로 이 이벤트는 API로 BeginInvoke
인해 발생하지만 Invoke
, API는 지정된 것 이외의 DispatcherPriority.Send
우선 순위가 있거나 대상 디스패처가 다른 스레드에서 소유하는 경우에도 이 이벤트를 발생시킬 수 있습니다.
모든 스레드는 작업을 게시할 수 있으므로 이 이벤트는 스레드에서 발생할 수 있습니다.