GrapeCity MultiRow Windows Forms Documentation
CellMouseMove Event


Occurs when the mouse pointer moves over a cell.
Syntax
<SRCategoryAttribute("Mouse")>
<SRDescriptionAttribute("Occurs when the mouse pointer moves over a cell.")>
Public Event CellMouseMove As EventHandler(Of CellMouseEventArgs)
Dim instance As GcMultiRow
Dim handler As EventHandler(Of CellMouseEventArgs)
 
AddHandler instance.CellMouseMove, handler
[SRCategory("Mouse")]
[SRDescription("Occurs when the mouse pointer moves over a cell.")]
public event EventHandler<CellMouseEventArgs> CellMouseMove
Event Data

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

PropertyDescription
Button (Inherited from System.Windows.Forms.MouseEventArgs)
CellIndexGets the cell index in its parent Section.  
CellNameGets the cell name.  
Clicks (Inherited from System.Windows.Forms.MouseEventArgs)
Delta (Inherited from System.Windows.Forms.MouseEventArgs)
Location (Inherited from System.Windows.Forms.MouseEventArgs)
RowIndexGets the index of the owner Row that the event occurs for.  
ScopeGets the cell area that the event occurs for.  
SectionIndexGets the index of the owner Section that the event occurs for.  
X (Inherited from System.Windows.Forms.MouseEventArgs)
Y (Inherited from System.Windows.Forms.MouseEventArgs)
Remarks
Mouse events occur in the following order:
  1. CellMouseEnter
  2. CellMouseMove
  3. CellMouseDown
  4. CellMouseUp
  5. CellMouseLeave
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

GcMultiRow Class
GcMultiRow Members

 

 


Copyright © GrapeCity, inc. All rights reserved.