Class HoverselItem
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
The HoverselItem is the item of Hoversel.
public class HoverselItem : ItemObject
- Inheritance
Properties
View SourceLabel
The HoverselItem's label.
Declaration
public string Label { get; }
Property Value
Type | Description |
---|---|
string |
Events
View SourceItemSelected
ItemSelected will be triggered when the HoverselItem is selected.
Declaration
public event EventHandler ItemSelected
Event Type
Type | Description |
---|---|
System.EventHandler |