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

int:

The delta.

Handled

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

bool Handled { get; set; }

Property Value

bool:

true if handled; otherwise, false.