| Visual Basic (Declaration) | |
|---|---|
Public Event DragDelta As DragDeltaEventHandler | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As UXThumb Dim handler As DragDeltaEventHandler AddHandler instance.DragDelta, handler | |
| C# | |
|---|---|
public event DragDeltaEventHandler DragDelta | |
| Delphi | |
|---|---|
public event DragDelta: DragDeltaEventHandler; | |
| JScript | |
|---|---|
In JScript, you can handle the events defined by another class, but you cannot define your own. | |
| Managed Extensions for C++ | |
|---|---|
public: __event DragDeltaEventHandler* DragDelta | |
| C++/CLI | |
|---|---|
public: event DragDeltaEventHandler^ DragDelta | |
The event handler receives an argument of type DragDeltaEventArgs containing data related to this event. The following DragDeltaEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Handled (Inherited from Intersoft.Client.Framework.ISRoutedEventArgs) | |
| HandledBy (Inherited from Intersoft.Client.Framework.ISRoutedEventArgs) | |
| HorizontalChange | Gets the horizontal distance that the mouse has moved since the previous DragDelta event when the user drags the UXThumb control with the mouse. |
| HorizontalOffset | Gets the horizontal offset of the mouse click relative to the screen coordinates of the UXThumb. |
| IsHandledByPrimitive (Inherited from Intersoft.Client.Framework.ISRoutedEventArgs) | |
| MouseEventArgs | Gets the MouseEventArgs related to the drag delta event. |
| 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 distance that the mouse has moved since the previous DragDelta event when the user drags the UXThumb with the mouse. |
| VerticalOffset | Gets the vertical offset of the mouse click relative to the screen coordinates of the UXThumb. |
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