Intersoft ClientUI Documentation
DragDeltaEventArgs Constructor



The horizontal change in the UXThumb position since the last DragDelta event.
The vertical change in the UXThumb position since the last DragDelta event.
Initializes a new instance of the DragDeltaEventArgs class.
Syntax
Public Function New( _
   ByVal horizontalChange As Double, _
   ByVal verticalChange As Double _
)
Dim horizontalChange As Double
Dim verticalChange As Double
 
Dim instance As New DragDeltaEventArgs(horizontalChange, verticalChange)
public DragDeltaEventArgs( 
   double horizontalChange,
   double verticalChange
)
public:
DragDeltaEventArgs( 
   double horizontalChange,
   double verticalChange
)

Parameters

horizontalChange
The horizontal change in the UXThumb position since the last DragDelta event.
verticalChange
The vertical change in the UXThumb position since the last DragDelta event.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

DragDeltaEventArgs Class
DragDeltaEventArgs Members

Send Feedback