Ribbon for WinForms
Tap イベント (TouchProcessor)

C1.Win.4.8 アセンブリ > C1.Win.Touch 名前空間 > TouchProcessor クラス : Tap イベント
Occurs when the user taps the control.
シンタックス
'宣言
 
Public Event Tap As EventHandler(Of TouchEventArgs)
public event EventHandler<TouchEventArgs> Tap
イベント データ

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

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