BCGSoft.Controls.Grid Namespace > GridControl Class : TooltipDataNeeded Event |
'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
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.
Property | Description |
---|---|
Column | |
Description | |
ForceHideTooltip | |
GridCell | |
Handled (Inherited from System.ComponentModel.HandledEventArgs) | |
Image | |
MarginCell | |
Text |
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