DispatcherHooks Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides additional event information about Dispatcher processing.
public ref class DispatcherHooks sealed
public sealed class DispatcherHooks
type DispatcherHooks = class
Public NotInheritable Class DispatcherHooks
- Inheritance
-
DispatcherHooks
Events
| 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. |