共用方式為


ManipulationStartedEventHandler 代理人

定義

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

/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(4169352696, 57507, 19426, 185, 12, 220, 32, 230, 216, 190, 176)]
class ManipulationStartedEventHandler : MulticastDelegate
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(4169352696, 57507, 19426, 185, 12, 220, 32, 230, 216, 190, 176)]
public delegate void ManipulationStartedEventHandler(object sender, ManipulationStartedRoutedEventArgs e);
Public Delegate Sub ManipulationStartedEventHandler(sender As Object, e As ManipulationStartedRoutedEventArgs)

參數

sender
Object

IInspectable

附加處理常式的物件。

e
ManipulationStartedRoutedEventArgs

事件的事件資料。

屬性

Windows 需求

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

適用於