Intersoft ClientUI Documentation
DragStartedEventArgs Constructor



The horizontal offset of the mouse click with respect to the screen coordinates of the UXThumb.
The vertical offset of the mouse click with respect to the screen coordinates of the UXThumb.
Initializes a new instance of the DragStartedEventArgs class.
Syntax
Public Function New( _
   ByVal horizontalOffset As Double, _
   ByVal verticalOffset As Double _
)
Dim horizontalOffset As Double
Dim verticalOffset As Double
 
Dim instance As New DragStartedEventArgs(horizontalOffset, verticalOffset)
public DragStartedEventArgs( 
   double horizontalOffset,
   double verticalOffset
)
public:
DragStartedEventArgs( 
   double horizontalOffset,
   double verticalOffset
)

Parameters

horizontalOffset
The horizontal offset of the mouse click with respect to the screen coordinates of the UXThumb.
verticalOffset
The vertical offset of the mouse click with respect to the screen coordinates of the UXThumb.
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

DragStartedEventArgs Class
DragStartedEventArgs Members

Send Feedback