'宣言 Public Event ItemTapped As System.EventHandler(Of C1TappedEventArgs)
public event System.EventHandler<C1TappedEventArgs> ItemTapped
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、C1.WPF.Core.C1TappedEventArgs 型の引数を受け取りました。次の C1TappedEventArgs プロパティには、このイベントの固有の情報が記載されます。
| プロパティ | 解説 |
|---|---|
| Handled | C1.WPF.Core.C1InputEventArgsから継承されます。 |
| IsBarrelButtonDown | Gets a value indicating whether the barrel button of the pen is pressed. |
| IsCommandPressed | C1.WPF.Core.C1InputEventArgsから継承されます。 |
| IsCtrlPressed | C1.WPF.Core.C1InputEventArgsから継承されます。 |
| IsDown | Gets a value indicating whether the event is performed with the mouse down. |
| IsRightTapped | Gets a value indicating whether the event is performed with the right button of the mouse. |
| IsShiftPressed | C1.WPF.Core.C1InputEventArgsから継承されます。 |
| OriginalEventArgs | C1.WPF.Core.C1InputEventArgsから継承されます。 |
| OriginalSource | C1.WPF.Core.C1InputEventArgsから継承されます。 |
| PointerDeviceType | C1.WPF.Core.C1InputEventArgsから継承されます。 |
参照