GrapeCity.ActiveReports.Viewer.Wpf.v12 アセンブリ > GrapeCity.ActiveReports.Viewer.Wpf 名前空間 > Viewer クラス : StylusButtonDown イベント |
'宣言 Public Event StylusButtonDown As StylusButtonEventHandler
public event StylusButtonEventHandler StylusButtonDown
イベント ハンドラが、このイベントに関連するデータを含む、StylusButtonEventArgs 型の引数を受け取りました。次の StylusButtonEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
Device | System.Windows.Input.InputEventArgsから継承されます。 |
Handled | System.Windows.RoutedEventArgsから継承されます。 |
InAir | System.Windows.Input.StylusEventArgsから継承されます。 |
Inverted | System.Windows.Input.StylusEventArgsから継承されます。 |
OriginalSource | System.Windows.RoutedEventArgsから継承されます。 |
RoutedEvent | System.Windows.RoutedEventArgsから継承されます。 |
Source | System.Windows.RoutedEventArgsから継承されます。 |
StylusButton | Gets the System.Windows.Input.StylusButton that raises this event. |
StylusDevice | System.Windows.Input.StylusEventArgsから継承されます。 |
Timestamp | System.Windows.Input.InputEventArgsから継承されます。 |