Maps for UWP/WinRT
DoubleTapped イベント (C1VectorItemBase)

この要素のヒットテスト領域内で、通常は処理されない DoubleTap 操作が発生した場合に発生します。
構文
'宣言
 
Public Shadows Event DoubleTapped As Windows.UI.Xaml.Input.DoubleTappedEventHandler
public new event Windows.UI.Xaml.Input.DoubleTappedEventHandler DoubleTapped
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、Windows.UI.Xaml.Input.DoubleTappedRoutedEventArgs 型の引数を受け取りました。次の DoubleTappedRoutedEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
Handled  
OriginalSource Windows.UI.Xaml.RoutedEventArgsから継承されます。
PointerDeviceType  
解説
このイベントは、ハンドラがダブルタップアクションのデフォルトの動作を回避できるようにするために、Windows.UI.Xaml.UIElement の DoubleTapped をオーバーライドします。
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

C1VectorItemBase クラス
C1VectorItemBase メンバ

Send Feedback