다음을 통해 공유


DispatcherHooks.OperationStarted 이벤트

정의

작업이 호출될 때 발생합니다.

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 

이벤트 유형

DispatcherHookEventHandler
특성

설명

일반적으로 이 이벤트는 API로 BeginInvoke 인해 발생하지만 Invoke , API는 지정된 것 이외의 DispatcherPriority.Send 우선 순위가 있거나 대상 디스패처가 다른 스레드에서 소유하는 경우에도 이 이벤트를 발생시킬 수 있습니다.

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

적용 대상