DragStartedEventArgs Class

Definition

Provides data for the DragStarted event that occurs when a user drags a Thumb control with the mouse.

C#
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public class DragStartedEventArgs : RoutedEventArgs
Inheritance
Object RoutedEventArgs DragStartedEventArgs
Attributes

Constructors

DragStartedEventArgs(Double, Double)

Initializes a new instance of the DragStartedEventArgs class.

Properties

HorizontalOffset

Gets the horizontal distance between the current mouse position and the thumb coordinates.

OriginalSource

Gets a reference to the object that raised the event. This is often a template part of a control rather than an element that was declared in your app UI.

(Inherited from RoutedEventArgs)
VerticalOffset

Gets the vertical distance between the current mouse position and the thumb coordinates.

Applies to

Toode Versioonid
Windows App SDK 0.8, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6

See also