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






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

Syntax

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