MouseWheelMovedEventArgs Class |
Namespace: DotNetBrowser.Input.Mouse.Events
public sealed class MouseWheelMovedEventArgs : MouseEventArgs, IMouseWheelMovedEventArgs, IMouseEventArgs
The MouseWheelMovedEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | MouseWheelMovedEventArgs | Initializes a new instance of the MouseWheelMovedEventArgs class |
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.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Overrides MouseEventArgsEquals(Object).) |
![]() | GetHashCode | Serves as the default hash function. (Overrides MouseEventArgsGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |