TooltipShowEvent
Enum
Define the event that trigger showing the popup of the tooltip.
Definition
Fields
The tooltip will be shown when the user clicks the target element.
C#
Click = 1
The tooltip will be shown when the user hovers the target element.
C#
Hover = 0