Class Window.HoverEventArgs

    Definition

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

    Event arguments that passed via the hover signal.

    public class Window.HoverEventArgs : EventArgs
    Inheritance
    object
    Window.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

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX