Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
The HoverselItem is the item of Hoversel.
[Obsolete("This has been deprecated in API12")]
public class HoverselItem : ItemObject
- Inheritance
-
Properties
Declaration
[Obsolete("This has been deprecated in API12")]
public string Label { get; }
Property Value
Events
View Source
ItemSelected
ItemSelected will be triggered when the HoverselItem is selected.
Declaration
[Obsolete("This has been deprecated in API12")]
public event EventHandler ItemSelected
Event Type
| Type |
Description |
| System.EventHandler |
|
Extension Methods