Basic Library for WPF/Silverlight
PreviewMouseWheel イベント (C1TabControl)

C1.WPF.4 アセンブリ > C1.WPF 名前空間 > C1TabControl クラス : PreviewMouseWheel イベント
シンタックス
'宣言
 
Public Event PreviewMouseWheel As System.Windows.Input.MouseWheelEventHandler
public event System.Windows.Input.MouseWheelEventHandler PreviewMouseWheel
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、System.Windows.Input.MouseWheelEventArgs 型の引数を受け取りました。次の MouseWheelEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
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.  
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.  
System.Windows.RoutedEventArgsから継承されます。
System.Windows.Input.MouseEventArgsから継承されます。
参照