ManipulationStartedRoutedEventArgs 類別

定義

提供 ManipulationStarted 事件的資料。

/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class ManipulationStartedRoutedEventArgs : RoutedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public class ManipulationStartedRoutedEventArgs : RoutedEventArgs
Public Class ManipulationStartedRoutedEventArgs
Inherits RoutedEventArgs
繼承
Object IInspectable RoutedEventArgs ManipulationStartedRoutedEventArgs
屬性

Windows 需求

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

建構函式

ManipulationStartedRoutedEventArgs()

初始化 ManipulationStartedRoutedEventArgs 類別的新實例。

屬性

Container

取得視為操作容器的 UIElement

Cumulative

取得操作開頭之後的整體變更。

Handled

取得或設定值,這個值會將路由事件標示為已處理。 將 設定為 true 可防止事件路由上的大部分處理常式再次處理相同的事件。

OriginalSource

取得引發事件之 物件的參考。 這通常是控制項的範本部分,而不是在應用程式 UI 中宣告的專案。

(繼承來源 RoutedEventArgs)
PointerDeviceType

取得操作相關指標裝置的 PointerDeviceType

Position

取得操作起源的點。

方法

Complete()

完成操作但不使用慣性。

適用於

另請參閱