Provides data for various events that report changes to the mouse wheel delta value of a mouse device.

Namespace:  PerpetuumSoft.ReportingServices.Viewer.Client
Assembly:  PerpetuumSoft.ReportingServices.Viewer.Client (in PerpetuumSoft.ReportingServices.Viewer.Client.dll) Version: 1.0.0.0

Syntax

C#
public class MouseWheelEventArgs : EventArgs
Visual Basic (Declaration)
Public Class MouseWheelEventArgs _
	Inherits EventArgs
Visual C++
public ref class MouseWheelEventArgs : public EventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    PerpetuumSoft.ReportingServices.Viewer.Client..::.MouseWheelEventArgs

See Also