'宣言 Public Event StylusSystemGesture As System.Windows.Input.StylusSystemGestureEventHandler
public event System.Windows.Input.StylusSystemGestureEventHandler StylusSystemGesture
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、System.Windows.Input.StylusSystemGestureEventArgs 型の引数を受け取りました。次の StylusSystemGestureEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
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から継承されます。 |
StylusDevice | System.Windows.Input.StylusEventArgsから継承されます。 |
SystemGesture | イベントを発生させる System.Windows.Input.SystemGesture を取得します。 |
Timestamp | System.Windows.Input.InputEventArgsから継承されます。 |
参照