Show / Hide Table of Contents

Class MouseWheelEventArgs

Arguments for mouse wheel event

Inheritance
System.Object
RoutedEventArgs
InputEventArgs
MouseEventArgs
MouseWheelEventArgs
Inherited Members
MouseEventArgs.State
MouseEventArgs.MouseDevice
MouseEventArgs.GetPosition(UIElement)
MouseEventArgs.GetPosition()
InputEventArgs.Timestamp
RoutedEventArgs.RoutedEvent
RoutedEventArgs.Handled
RoutedEventArgs.Source
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: EmptyKeys.UserInterface.Input
Assembly: EmptyKeys.UserInterface.dll
Syntax
public class MouseWheelEventArgs : MouseEventArgs

Constructors

MouseWheelEventArgs(Int32, MouseStateBase, Double, RoutedEvent)

Initializes a new instance of the MouseWheelEventArgs class.

Declaration
public MouseWheelEventArgs(int delta, MouseStateBase state, double timestamp, RoutedEvent routedEvent)
Parameters
Type Name Description
System.Int32 delta

The delta.

EmptyKeys.UserInterface.Input.MouseStateBase state

The state.

System.Double timestamp

The timestamp.

RoutedEvent routedEvent

The routed event.

MouseWheelEventArgs(Int32, MouseStateBase, Double, RoutedEvent, Object)

Initializes a new instance of the MouseWheelEventArgs class.

Declaration
public MouseWheelEventArgs(int delta, MouseStateBase state, double timestamp, RoutedEvent routedEvent, object source)
Parameters
Type Name Description
System.Int32 delta

The delta.

EmptyKeys.UserInterface.Input.MouseStateBase state

The state.

System.Double timestamp

The timestamp.

RoutedEvent routedEvent

The routed event.

System.Object source

The source.

Properties

Delta

Gets the delta.

Declaration
public int Delta { get; }
Property Value
Type Description
System.Int32

The delta.

Methods

InvokeEventHandler(Delegate, Object)

Invokes the event handler.

Declaration
protected override void InvokeEventHandler(Delegate handler, object target)
Parameters
Type Name Description
System.Delegate handler

The handler.

System.Object target

The target.

Overrides
MouseEventArgs.InvokeEventHandler(Delegate, Object)
Back to top Generated by DocFX