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)

Initializes a new instance of the InputMouseWheelEventArgs class.

public InputMouseWheelEventArgs(IInputMouseWheelFrame mouseWheelFrame)
Parameter Type Description
mouseWheelFrame IInputMouseWheelFrame

Properties

MouseWheelFrame

Gets the mouse wheel frame.

public IInputMouseWheelFrame MouseWheelFrame { get; }

Property Value

IInputMouseWheelFrame:

The mouse wheel frame.

Inherited Members