'宣言 Public Event StylusMove As System.Windows.Input.StylusEventHandler
public event System.Windows.Input.StylusEventHandler StylusMove
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、System.Windows.Input.StylusEventArgs 型の引数を受け取りました。次の StylusEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
Device | System.Windows.Input.InputEventArgsから継承されます。 |
Handled | System.Windows.RoutedEventArgsから継承されます。 |
InAir | Gets a value that indicates whether the stylus is in proximity to, but not touching, the digitizer. |
Inverted | Gets a value that indicates whether the stylus in inverted. |
OriginalSource | System.Windows.RoutedEventArgsから継承されます。 |
RoutedEvent | System.Windows.RoutedEventArgsから継承されます。 |
Source | System.Windows.RoutedEventArgsから継承されます。 |
StylusDevice | Gets the System.Windows.Input.StylusDevice that represents the stylus. |
Timestamp | System.Windows.Input.InputEventArgsから継承されます。 |
参照