In This Article

IInputMouseWheelFrame Interface

Provides the base requirements for a mouse wheel input frame.

public interface IInputMouseWheelFrame

Properties

Delta

Gets the delta.

int Delta { get; }

Property Value

Int32:

The delta.

Handled

Gets or sets a value indicating whether this InputMouseWheelEventArgs is handled.

bool Handled { get; set; }

Property Value

Boolean:

true if handled; otherwise, false.