Specifies the client event, such as OnMouseOver, that makes the tooltip appear for the target element.

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

Syntax

JavaScript
C1.Web.UI.Controls.C1ToolTip.ShowEvent = function();

Type.createClass(
	'C1.Web.UI.Controls.C1ToolTip.ShowEvent',
	Enum);

Inheritance Hierarchy

System..::..Object
  System..::..ValueType
    System..::..Enum
      C1.Web.UI.Controls.C1ToolTip..::..ShowEvent

See Also