DragStartedEventHandler Delegate

Definition

Represents the method that will handle the DragStarted event of a Thumb.

/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3538855050, 50778, 18781, 162, 241, 114, 198, 105, 137, 20, 45)]
class DragStartedEventHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(3538855050, 50778, 18781, 162, 241, 114, 198, 105, 137, 20, 45)]
public delegate void DragStartedEventHandler(object sender, DragStartedEventArgs e);
Public Delegate Sub DragStartedEventHandler(sender As Object, e As DragStartedEventArgs)

Parameters

sender
Object

IInspectable

The object where the event handler is attached.

e
DragStartedEventArgs

The event data.

Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Applies to