C1.Win.C1FlexGrid Namespace > C1FlexGridBase Class : MouseEnterCell Event |
Many applications track mouse movement and react to the cell that is currently under the mouse. This can be done using the System.Windows.Forms.Control.MouseMove event, but that is not very efficient since the event fires many times while the mouse is over the same cell.
The MouseEnterCell event allows you to implement cell tracking efficiently, since it only fires once until the mouse leaves the cell.
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