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 で導入)

適用対象