Class HoverselItem

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll

    The HoverselItem is the item of Hoversel.

    public class HoverselItem : ItemObject
    Inheritance
    object
    ItemObject
    HoverselItem

    Properties

    View Source

    Label

    The HoverselItem's label.

    Declaration
    public string Label { get; }
    Property Value
    Type Description
    string

    Events

    View Source

    ItemSelected

    ItemSelected will be triggered when the HoverselItem is selected.

    Declaration
    public event EventHandler ItemSelected
    Event Type
    Type Description
    System.EventHandler

    Extension Methods

    ItemObjectExtension.ClearHighlight(ItemObject)
    ItemObjectExtension.GrabHighlight(ItemObject)
    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX