GrapeCity MultiRow Windows Forms Documentation
CellMouseLeave Event


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

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

PropertyDescription
CellIndexGets the cell index in its parent Section.  
CellNameGets the cell name.  
RowIndexGets the index of the owner Row that the event occurs for.  
ScopeGets the area of the cell that the event occurs for.  
SectionIndexGets the index of the owner Section that the event occurs for.  
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.