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