Class HoverselItemEventArgs

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll

    The HoverselItemEventArgs is a HoverselItem's EventArgs.

    [Obsolete("This has been deprecated in API12")]
    public class HoverselItemEventArgs : EventArgs
    Inheritance
    object
    System.EventArgs
    HoverselItemEventArgs

    Properties

    View Source

    Item

    The hoversel's item.

    Declaration
    [Obsolete("This has been deprecated in API12")]
    public HoverselItem Item { get; set; }
    Property Value
    Type Description
    HoverselItem
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX