DragCompletedEventHandler Delegate

Definition

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

/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(917670024, 6572, 19278, 145, 55, 166, 207, 43, 2, 56, 131)]
class DragCompletedEventHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(917670024, 6572, 19278, 145, 55, 166, 207, 43, 2, 56, 131)]
public delegate void DragCompletedEventHandler(object sender, DragCompletedEventArgs e);
Public Delegate Sub DragCompletedEventHandler(sender As Object, e As DragCompletedEventArgs)

Parameters

sender
Object

IInspectable

The object where the event handler is attached.

e
DragCompletedEventArgs

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