Gets or sets the client event, such as OnMouseOver, that makes the tooltip appear.

Namespace:  C1.Web.UI.Controls.C1ToolTip
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
[JsonAttribute(true, true, ShowEvent.OnMouseOver)]
[DefaultValueAttribute(ShowEvent.OnMouseOver)]
[C1CategoryAttribute("Category.Behavior")]
[LayoutAttribute(LayoutType.Behavior)]
public ShowEvent ShowEvent { get; set; }
Visual Basic (Declaration)
<JsonAttribute(True, True, ShowEvent.OnMouseOver)> _
<DefaultValueAttribute(ShowEvent.OnMouseOver)> _
<C1CategoryAttribute("Category.Behavior")> _
<LayoutAttribute(LayoutType.Behavior)> _
Public Property ShowEvent As ShowEvent
	Get
	Set

See Also