Imaging Library for Silverlight
MouseWheel イベント

構文
'宣言
 
Public Event MouseWheel As System.Windows.Input.MouseWheelEventHandler
public event System.Windows.Input.MouseWheelEventHandler MouseWheel
イベント データ

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

プロパティ解説
DeltaGets a value that indicates the amount that the mouse wheel rotated relative to its starting state or to the last occurrence of the event.  
HandledGets 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から継承されます。
参照

C1Image クラス
C1Image メンバ