DispatcherHookEventArgs Class
.NET Framework (current version)
Provides event data for DispatcherHooks events.
Assembly: WindowsBase (in WindowsBase.dll)
| Name | Description | |
|---|---|---|
![]() | DispatcherHookEventArgs(DispatcherOperation^) | Initializes a new instance of the DispatcherHookEventArgs class. |
| Name | Description | |
|---|---|---|
![]() | Dispatcher | Gets the Dispatcher associated with this event. |
![]() | Operation | Gets the DispatcherOperation associated with this event. |
| 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.) |
DispatcherHooks provides a set of additional events related to the Dispatcher.
.NET Framework
Available since 3.0
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.
Show:

