Show / Hide Table of Contents

    Class HoverselItem

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll
    API Level:
    preview

    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
    API Level: preview

    Events

    View Source

    ItemSelected

    ItemSelected will be triggered when the HoverselItem is selected.

    Declaration
    public event EventHandler ItemSelected
    Event Type
    Type Description
    EventHandler
    API Level: preview

    Extension Methods

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