다음을 통해 공유


DispatcherHooks.OperationAborted 이벤트

정의

작업이 중단될 때 발생합니다.

public:
 event System::Windows::Threading::DispatcherHookEventHandler ^ OperationAborted;
[add: System.Security.SecurityCritical]
[remove: System.Security.SecurityCritical]
public event System.Windows.Threading.DispatcherHookEventHandler OperationAborted;
public event System.Windows.Threading.DispatcherHookEventHandler OperationAborted;
[<add: System.Security.SecurityCritical>]
[<remove: System.Security.SecurityCritical>]
member this.OperationAborted : System.Windows.Threading.DispatcherHookEventHandler 
member this.OperationAborted : System.Windows.Threading.DispatcherHookEventHandler 
Public Custom Event OperationAborted As DispatcherHookEventHandler 

이벤트 유형

DispatcherHookEventHandler
특성

설명

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

적용 대상

추가 정보