|  | |
| Pointer | |
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
Syntaxpublic class PointerWheelHitEventArgs : EventSourceHitEventArgs
The PointerWheelHitEventArgs type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | PointerWheelHitEventArgs | Constructor | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | IsHorizontalWheel | False when vertical wheel is changed, true if horizontal wheel is changed. | 
|  | WheelDelta | The amount the wheel has changed. This value is positive if the mouse wheel is rotated in an upward direction (away from the user) or negative if the mouse wheel is rotated in a downward direction (toward the user). | 
 See Also
See Also