Class View.WheelEventArgs

Definition

Namespace:
Tizen.NUI.BaseComponents
Assembly:
Tizen.NUI.dll
API Level:
3

Event arguments that passed via the wheel signal.

C#
Copy
public class WheelEventArgs : EventArgs
Inheritance
System.Object
View.WheelEventArgs

Properties

View Source

Wheel

WheelEvent - store a wheel rolling type: MOUSE_WHEEL or CUSTOM_WHEEL.

Declaration
C#
Copy
public Wheel Wheel { get; set; }
Property Value
Type Description
Wheel
API Level: 3