共用方式為


DragDeltaEventHandler 代理人

定義

表示將處理 Thumb之 DragDelta 事件的方法。

[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)

參數

sender
Object

附加事件處理常式的物件。

e
DragDeltaEventArgs

事件資料。

屬性

適用於