DragCompletedEventHandler Delegate

Definition

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

[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(2725253835, 37439, 22930, 173, 226, 135, 143, 124, 121, 78, 245)]
public delegate void DragCompletedEventHandler(object sender, DragCompletedEventArgs e);
Public Delegate Sub DragCompletedEventHandler(sender As Object, e As DragCompletedEventArgs)

Parameters

sender
Object

The object where the event handler is attached.

e
DragCompletedEventArgs

The event data.

Attributes

Applies to