In This Article

InputMouseWheelEventArgs Class

Event arguments that represent a wrapped MouseWheelEventArgs, for testing and mocking.

public class InputMouseWheelEventArgs : EventArgs
Inheritance:
object EventArgs object

Constructors

InputMouseWheelEventArgs(IInputMouseWheelFrame)

Event arguments that represent a wrapped MouseWheelEventArgs, for testing and mocking.

public InputMouseWheelEventArgs(IInputMouseWheelFrame mouseWheelFrame)
Parameter Type Description
mouseWheelFrame IInputMouseWheelFrame

Properties

MouseWheelFrame

The mouse wheel frame.

public IInputMouseWheelFrame MouseWheelFrame { get; }

Property Value

IInputMouseWheelFrame

Inherited Members

Extension Methods