BCGControlBar Library for .NET
TooltipDataNeeded Event




Raised when a Grid control needs to display a tooltip.
Syntax
'Declaration
 
Public Event TooltipDataNeeded As GridTooltipEventHandler
'Usage
 
Dim instance As GridControl
Dim handler As GridTooltipEventHandler
 
AddHandler instance.TooltipDataNeeded, handler
public event GridTooltipEventHandler TooltipDataNeeded
public: __event GridTooltipEventHandler* TooltipDataNeeded
public:
event GridTooltipEventHandler^ TooltipDataNeeded
Event Data

The event handler receives an argument of type GridTooltipEventArgs containing data related to this event. The following GridTooltipEventArgs properties provide information specific to this event.

PropertyDescription
Column  
Description  
ForceHideTooltip  
GridCell  
Handled (Inherited from System.ComponentModel.HandledEventArgs) 
Image  
MarginCell  
Text  
Remarks
Handle this event to display dynamic tooltips.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GridControl Class
GridControl Members

Send Feedback