MouseWheelMovedEventArgs Properties | 
The MouseWheelMovedEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| DeltaX | 
                The amount of units to scroll horizontally.
              | |
| DeltaY | 
                The amount of units to scroll vertically.
              | |
| Location | 
                Gets or sets the mouse position relative to the bounds of the browser instance.
              (Inherited from MouseEventArgs.) | |
| LocationOnScreen | 
                Gets or sets the mouse position relative to the bounds of the screen.
              (Inherited from MouseEventArgs.) | |
| Modifiers | 
                The keyboard modifiers applied.
              | |
| ScrollType | 
                The scroll type of the event.
              |