InputMouseWheelEventArgs Class
Event arguments that represent a wrapped MouseWheelEventArgs, for testing and mocking.
public class InputMouseWheelEventArgs : EventArgs
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.
Inherited Members
- EventArgs.Empty
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()