イベント ハンドラが、このイベントに関連するデータを含む、System.Windows.Input.MouseWheelEventArgs 型の引数を受け取りました。次の MouseWheelEventArgs プロパティには、このイベントの固有の情報が記載されます。
| プロパティ | 解説 |
|---|
| Delta | Gets a value that indicates the amount that the mouse wheel rotated relative to its starting state or to the last occurrence of the event. |
| Handled | Gets or sets a value that marks the routed event as handled, and prevents most handlers along the event route from rehandling the same event. |
| OriginalSource | System.Windows.RoutedEventArgsから継承されます。 |
| StylusDevice | System.Windows.Input.MouseEventArgsから継承されます。 |