Class Window.WheelEventArgs

Definition

Namespace:
Tizen.NUI
Assembly:
Tizen.NUI.dll

Wheel event arguments.

C#
Copy
public class Window.WheelEventArgs : EventArgs
Inheritance
object
System.EventArgs
Window.WheelEventArgs

Properties

View Source

Wheel

Wheel.

Declaration
C#
Copy
public Wheel Wheel { get; set; }
Property Value
Type Description
Wheel