ArcFM Solution Developer Guide
CellMouseClick Event


Syntax
'Declaration
 
<SRCategoryAttribute("CatMouse")>
<SRDescriptionAttribute("DataGridView_CellMouseClickDescr")>
Public Event CellMouseClick As System.Windows.Forms.DataGridViewCellMouseEventHandler
'Usage
 
Dim instance As TreeGridView
Dim handler As System.Windows.Forms.DataGridViewCellMouseEventHandler
 
AddHandler instance.CellMouseClick, handler
[SRCategory("CatMouse")]
[SRDescription("DataGridView_CellMouseClickDescr")]
public event System.Windows.Forms.DataGridViewCellMouseEventHandler CellMouseClick
Event Data

The event handler receives an argument of type System.Windows.Forms.DataGridViewCellMouseEventArgs containing data related to this event. The following DataGridViewCellMouseEventArgs properties provide information specific to this event.

PropertyDescription
Button (Inherited from System.Windows.Forms.MouseEventArgs)
Clicks (Inherited from System.Windows.Forms.MouseEventArgs)
ColumnIndex  
Delta (Inherited from System.Windows.Forms.MouseEventArgs)
Location (Inherited from System.Windows.Forms.MouseEventArgs)
RowIndex  
X (Inherited from System.Windows.Forms.MouseEventArgs)
Y (Inherited from System.Windows.Forms.MouseEventArgs)
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

TreeGridView Class
TreeGridView Members

 

 


Send Comment