Intersoft ClientUI Documentation
DragStartedEventArgs Constructor
See Also  Send Feedback
Intersoft.Client.UI.Controls Namespace > DragStartedEventArgs Class : DragStartedEventArgs Constructor






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.
Initializes a new instance of the DragStartedEventArgs class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal horizontalOffset As Double, _
   ByVal verticalOffset As Double _
)
Visual Basic (Usage)Copy Code
Dim horizontalOffset As Double
Dim verticalOffset As Double
 
Dim instance As New DragStartedEventArgs(horizontalOffset, verticalOffset)
C# 
public DragStartedEventArgs( 
   double horizontalOffset,
   double verticalOffset
)
Delphi 
public DragStartedEventArgs( 
    horizontalOffset: Double;
    verticalOffset: Double
); 
JScript 
public function DragStartedEventArgs( 
   horizontalOffset : double,
   verticalOffset : double
);
Managed Extensions for C++ 
public: DragStartedEventArgs( 
   double horizontalOffset,
   double verticalOffset
)
C++/CLI 
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 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2012 All Rights Reserved.