DispatcherHooks Class
Provides additional event information about Dispatcher processing.
Assembly: WindowsBase (in WindowsBase.dll)
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | DispatcherInactive | Occurs when the dispatcher has no more operations to process. |
![]() | OperationAborted | Occurs when an operation is aborted. |
![]() | OperationCompleted | Occurs when an operation completes. |
![]() | OperationPosted | Occurs when an operation is posted to the dispatcher. |
![]() | OperationPriorityChanged | Occurs when the priority of an operation is changed. |
![]() | OperationStarted | Occurs when an operation is invoked. |
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

