ManipulationDeltaEventHandler 代理人

定義

ManipulationDelta および関連イベントを処理するメソッドを表します。

public delegate void ManipulationDeltaEventHandler(Platform::Object ^ sender, ManipulationDeltaRoutedEventArgs ^ e);
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(2213729486, 4191, 21394, 163, 138, 183, 70, 123, 124, 46, 165)]
public delegate void ManipulationDeltaEventHandler(object sender, ManipulationDeltaRoutedEventArgs e);
Public Delegate Sub ManipulationDeltaEventHandler(sender As Object, e As ManipulationDeltaRoutedEventArgs)

パラメーター

sender
Object

Platform::Object

ハンドラーがアタッチされているオブジェクト。

e
ManipulationDeltaRoutedEventArgs

イベントのイベント データ。

属性

適用対象