Class View.HoverEventArgs

    Definition

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

    Event arguments that passed via the hover signal.

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

    Properties

    View Source

    Hover

    Hover - contains touch points that represent the points that are currently being hovered or the points where a hover has stopped.

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