Version

TooltipShowingEventArgs Class Members

The following tables list the members exposed by TooltipShowingEventArgs.

Public Properties
 NameDescription
Public PropertyCancel (Inherited from System.ComponentModel.CancelEventArgs)
Public PropertyCellThe cell that tooltip would be displayed for.  
Public PropertyRowThe row containing the cell that needs tooltip displayed. This can be used to get the values of other cells in the same row, for example to get the CustomerId even if the cell clicked was "Sales Amount".  
Public PropertyVisualizationThe visualization for which the tooltip will be displayed for.  
See Also