Provides data for the MouseWheel event.

Namespace:  C1.WPF
Assembly:  C1.WPF (in C1.WPF.dll)

Syntax

C#
public class MouseWheelEventArgs : EventArgs
Visual Basic
Public Class MouseWheelEventArgs _
	Inherits EventArgs

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    C1.WPF..::..MouseWheelEventArgs

See Also