Table of Contents

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

routedEvent RoutedEvent
mouse MouseDevice

The mouse device associated with this event.

timestamp int

The time when the input occurred.

delta int

The amount the wheel has changed.

Fields

Delta

public readonly int Delta

Field Value

int

Mouse

public readonly MouseDevice Mouse

Field Value

MouseDevice

Timestamp

public readonly int Timestamp

Field Value

int

Operators

implicit operator MouseWheelEventArgs(FormMouseWheelEventArgs)

public static implicit operator MouseWheelEventArgs(WinformHostExtend.FormMouseWheelEventArgs args)

Parameters

args WinformHostExtend.FormMouseWheelEventArgs

Returns

MouseWheelEventArgs

See Also