Class HoverselItem

Definition

Namespace:
ElmSharp
Assembly:
ElmSharp.dll

The HoverselItem is the item of Hoversel.

C#
Copy
[Obsolete("This has been deprecated in API12")] public class HoverselItem : ItemObject
Inheritance
object
HoverselItem

Properties

View Source

Label

The HoverselItem's label.

Declaration
C#
Copy
[Obsolete("This has been deprecated in API12")] public string Label { get; }
Property Value
Type Description
string

Events

View Source

ItemSelected

ItemSelected will be triggered when the HoverselItem is selected.

Declaration
C#
Copy
[Obsolete("This has been deprecated in API12")] public event EventHandler ItemSelected
Event Type
Type Description
System.EventHandler

Extension Methods