Class HoverselItem

Definition

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

The HoverselItem is the item of Hoversel.

C#
Copy
public class HoverselItem : ItemObject
Inheritance
System.Object
HoverselItem

Properties

View Source

Label

The HoverselItem's label.

Declaration
C#
Copy
public string Label { get; }
Property Value
Type Description
System.String
API Level: preview

Events

View Source

ItemSelected

ItemSelected will be triggered when the HoverselItem is selected.

Declaration
C#
Copy
public event EventHandler ItemSelected
Event Type
Type Description
System.EventHandler
API Level: preview

Extension Methods