Ribbon for WinForms
MissedTap イベント (TouchProcessor)

C1.Win.4.8 アセンブリ > C1.Win.Touch 名前空間 > TouchProcessor クラス : MissedTap イベント
Occurs if the user taps the control but the touch duration exceeded MaxTapDuration or the touch point was moved.
シンタックス
'宣言
 
Public Event MissedTap As EventHandler(Of TouchEventArgs)
public event EventHandler<TouchEventArgs> MissedTap
イベント データ

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

プロパティ解説
Gets the contact's X coordinate, in pixels.  
Gets the contact's Y coordinate, in pixels.  
参照