Class View.WheelEventArgs

    Definition

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

    Event arguments that passed via the wheel signal.

    public class View.WheelEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    View.WheelEventArgs

    Properties

    View Source

    Wheel

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

    Declaration
    public Wheel Wheel { get; set; }
    Property Value
    Type Description
    Wheel
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX