C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1ToolTip Namespace / C1ToolTipCallBackEventArgs Class / C1ToolTipCallBackEventArgs Constructor / C1ToolTipCallBackEventArgs Constructor(String,String)
Tooltip's title
Tooltip's content

In This Topic
C1ToolTipCallBackEventArgs Constructor(String,String)
In This Topic
Initializes a new instance of the C1ToolTipCallBackEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal title As System.String, _
   ByVal content As System.String _
)
 

Parameters

title
Tooltip's title
content
Tooltip's content
See Also