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






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

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal horizontalChange As Double, _
   ByVal verticalChange As Double _
)
Visual Basic (Usage)Copy Code
Dim horizontalChange As Double
Dim verticalChange As Double
 
Dim instance As New DragDeltaEventArgs(horizontalChange, verticalChange)
C# 
public DragDeltaEventArgs( 
   double horizontalChange,
   double verticalChange
)
Delphi 
public DragDeltaEventArgs( 
    horizontalChange: Double;
    verticalChange: Double
); 
JScript 
public function DragDeltaEventArgs( 
   horizontalChange : double,
   verticalChange : double
);
Managed Extensions for C++ 
public: DragDeltaEventArgs( 
   double horizontalChange,
   double verticalChange
)
C++/CLI 
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 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.