DragDeltaEventHandler Delegate

Definition

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

/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1254248351, 44072, 18921, 145, 137, 220, 207, 254, 182, 100, 114)]
class DragDeltaEventHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(1254248351, 44072, 18921, 145, 137, 220, 207, 254, 182, 100, 114)]
public delegate void DragDeltaEventHandler(object sender, DragDeltaEventArgs e);
Public Delegate Sub DragDeltaEventHandler(sender As Object, e As DragDeltaEventArgs)

Parameters

sender
Object

IInspectable

The object where the event handler is attached.

e
DragDeltaEventArgs

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