C1TooltipAutoToolTipifyEventArgs is used to autotooltipify the elements on a page. Autotooltipify means the tooltip appears for all elements with a 'Title' property.

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

Syntax

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

Type.createClass(
	'C1.Web.UI.Controls.C1ToolTip.C1TooltipAutoToolTipifyEventArgs',
	Sys.EventArgs);

Inheritance Hierarchy

System..::..Object
  EventArgs
    C1.Web.UI.Controls.C1ToolTip..::..C1TooltipAutoToolTipifyEventArgs

See Also