| Visual Basic (Declaration) | |
|---|---|
Public Event DragCompleted As DragCompletedEventHandler | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As UXThumb Dim handler As DragCompletedEventHandler AddHandler instance.DragCompleted, handler | |
| C# | |
|---|---|
public event DragCompletedEventHandler DragCompleted | |
| Delphi | |
|---|---|
public event DragCompleted: DragCompletedEventHandler; | |
| JScript | |
|---|---|
In JScript, you can handle the events defined by another class, but you cannot define your own. | |
| Managed Extensions for C++ | |
|---|---|
public: __event DragCompletedEventHandler* DragCompleted | |
| C++/CLI | |
|---|---|
public: event DragCompletedEventHandler^ DragCompleted | |
The event handler receives an argument of type DragCompletedEventArgs containing data related to this event. The following DragCompletedEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Canceled | Gets whether the drag operation for a UXThumb was canceled by a call to the CancelDrag method. |
| Handled (Inherited from Intersoft.Client.Framework.ISRoutedEventArgs) | |
| HandledBy (Inherited from Intersoft.Client.Framework.ISRoutedEventArgs) | |
| HorizontalChange | Gets the horizontal change in position of the UXThumb after the user drags the control with the mouse. |
| IsHandledByPrimitive (Inherited from Intersoft.Client.Framework.ISRoutedEventArgs) | |
| OriginalSource (Inherited from Intersoft.Client.Framework.ISRoutedEventArgs) | |
| RoutedEvent (Inherited from Intersoft.Client.Framework.ISRoutedEventArgs) | |
| Source (Inherited from Intersoft.Client.Framework.ISRoutedEventArgs) | |
| VerticalChange | Gets the vertical change in position of the UXThumb after the user drags the control with the mouse. |
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