Initializes a new instance of a MouseWheelEventArgs.
Namespace:
C1.SilverlightAssembly: C1.Silverlight (in C1.Silverlight.dll)
Syntax
C# |
---|
public MouseWheelEventArgs( double delta, Point position ) |
Visual Basic |
---|
Public Sub New ( _ delta As Double, _ position As Point _ ) |
Parameters
- delta
- Type: System..::..Double
The number of wheel movements.
- position
- Type: System.Windows..::..Point
The mouse position, relative to the application root, where the wheel was moved.