Class IntelliMouseDragScrollEventArgs
Provides data for the DragScroll event of an IntelliMouseDragScroll object.
Inheritance
System.Object
IntelliMouseDragScrollEventArgs
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class IntelliMouseDragScrollEventArgs : CancelEventArgs
Constructors
IntelliMouseDragScrollEventArgs(Int32, Int32)
Initializes a new instance of the IntelliMouseDragScrollEventArgs class.
Declaration
public IntelliMouseDragScrollEventArgs(int dx, int dy)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | dx | The distance in pixels the mouse pointer has been moved horizontally. |
System.Int32 | dy | The distance in pixels the mouse pointer has been moved vertically. |
Properties
DX
Gets / sets the distance in pixels the mouse pointer has been moved horizontally.
Declaration
public int DX { get; set; }
Property Value
Type |
---|
System.Int32 |
DY
Gets / sets the distance in pixels the mouse pointer has been moved vertically.
Declaration
public int DY { get; set; }
Property Value
Type |
---|
System.Int32 |
Scrolled
Set this to True if you scrolled and do not want default scrolling behavior.
Declaration
public bool Scrolled { get; set; }
Property Value
Type |
---|
System.Boolean |