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

イベントのデータ。

属性

適用対象