ManipulationDeltaEventHandler 代理人

定義

表示將處理 ManipulationDelta 和相關事件的方法。

public delegate void ManipulationDeltaEventHandler(Platform::Object ^ sender, ManipulationDeltaRoutedEventArgs ^ e);
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2853265611, 57273, 19542, 171, 220, 113, 27, 99, 200, 235, 148)]
class ManipulationDeltaEventHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(2853265611, 57273, 19542, 171, 220, 113, 27, 99, 200, 235, 148)]
public delegate void ManipulationDeltaEventHandler(object sender, ManipulationDeltaRoutedEventArgs e);
Public Delegate Sub ManipulationDeltaEventHandler(sender As Object, e As ManipulationDeltaRoutedEventArgs)

參數

sender
Object

Platform::Object

IInspectable

附加處理常式的物件。

e
ManipulationDeltaRoutedEventArgs

事件的事件資料。

屬性

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)

適用於