Class WinformHostExtend.FormMouseWheelEventArgs
- Namespace
- HelixToolkit.Wpf.SharpDX.Controls
- Assembly
- HelixToolkit.Wpf.SharpDX.dll
public sealed class WinformHostExtend.FormMouseWheelEventArgs : RoutedEventArgs
- Inheritance
-
WinformHostExtend.FormMouseWheelEventArgs
- Inherited Members
Constructors
FormMouseWheelEventArgs(RoutedEvent, MouseDevice, int, int)
Initializes a new instance of the WinformHostExtend.FormMouseWheelEventArgs class.
public FormMouseWheelEventArgs(RoutedEvent routedEvent, MouseDevice mouse, int timestamp, int delta)
Parameters
routedEventRoutedEventmouseMouseDeviceThe mouse device associated with this event.
timestampintThe time when the input occurred.
deltaintThe amount the wheel has changed.
Fields
Delta
public readonly int Delta
Field Value
Mouse
public readonly MouseDevice Mouse
Field Value
Timestamp
public readonly int Timestamp
Field Value
Operators
implicit operator MouseWheelEventArgs(FormMouseWheelEventArgs)
public static implicit operator MouseWheelEventArgs(WinformHostExtend.FormMouseWheelEventArgs args)