Intersoft ClientUI Documentation
DragCompletedEventArgs Constructor



The horizontal change in position of the UXThumb control, resulting from the drag operation.
The vertical change in position of the UXThumb control, resulting from the drag operation.
A Boolean value that indicates whether the drag operation was canceled by a call to the CancelDrag method.
Initializes a new instance of the DragCompletedEventArgs class.
Syntax
Public Function New( _
   ByVal horizontalChange As Double, _
   ByVal verticalChange As Double, _
   ByVal canceled As Boolean _
)
Dim horizontalChange As Double
Dim verticalChange As Double
Dim canceled As Boolean
 
Dim instance As New DragCompletedEventArgs(horizontalChange, verticalChange, canceled)
public DragCompletedEventArgs( 
   double horizontalChange,
   double verticalChange,
   bool canceled
)
public:
DragCompletedEventArgs( 
   double horizontalChange,
   double verticalChange,
   bool canceled
)

Parameters

horizontalChange
The horizontal change in position of the UXThumb control, resulting from the drag operation.
verticalChange
The vertical change in position of the UXThumb control, resulting from the drag operation.
canceled
A Boolean value that indicates whether the drag operation was canceled by a call to the CancelDrag method.
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

DragCompletedEventArgs Class
DragCompletedEventArgs Members

Send Feedback