In This Article

IInputMouseWheelFrame Interface

Provides the base requirements for a mouse wheel input frame.

public interface IInputMouseWheelFrame

Properties

Delta

The delta.

int Delta { get; }

Property Value

int

Handled

Indicates whether this InputMouseWheelEventArgs is handled.

bool Handled { get; set; }

Property Value

bool:

true if handled; otherwise, false.

Extension Methods