Share via


ManipulationStartedEventHandler 代理人

定義

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

[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
[Windows.Foundation.Metadata.Guid(1090913897, 12364, 21420, 157, 67, 188, 49, 18, 53, 170, 228)]
public delegate void ManipulationStartedEventHandler(object sender, ManipulationStartedRoutedEventArgs e);
Public Delegate Sub ManipulationStartedEventHandler(sender As Object, e As ManipulationStartedRoutedEventArgs)

參數

sender
Object

附加處理常式的物件。

e
ManipulationStartedRoutedEventArgs

事件的事件資料。

屬性

適用於