C1ToolTipCallBackEventArgs Constructor(String,String)
In This Topic
Initializes a new instance of the
C1ToolTipCallBackEventArgs class.
Syntax
'Declaration
Public Function New( _
ByVal As System.String, _
ByVal As System.String _
)
public C1ToolTipCallBackEventArgs(
System.string ,
System.string
)
Parameters
- title
- Tooltip's title
- content
- Tooltip's content
See Also