DragDeltaEventHandler Delegate

Definition

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

[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(1238012368, 64579, 22193, 152, 189, 104, 226, 225, 226, 77, 233)]
public delegate void DragDeltaEventHandler(object sender, DragDeltaEventArgs e);
Public Delegate Sub DragDeltaEventHandler(sender As Object, e As DragDeltaEventArgs)

Parameters

sender
Object

The object where the event handler is attached.

e
DragDeltaEventArgs

The event data.

Attributes

Applies to