GrapeCity.Win.MultiRow Namespace > GcMultiRow Class : CellContentDoubleClick Event |
<SRDescriptionAttribute("Occurs when a user double-clicks a cell's contents.")> <SRCategoryAttribute("Mouse")> Public Event CellContentDoubleClick As EventHandler(Of CellEventArgs)
Dim instance As GcMultiRow Dim handler As EventHandler(Of CellEventArgs) AddHandler instance.CellContentDoubleClick, handler
[SRDescription("Occurs when a user double-clicks a cell's contents.")] [SRCategory("Mouse")] public event EventHandler<CellEventArgs> CellContentDoubleClick
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.
Property | Description |
---|---|
CellIndex | Gets the cell index in its parent Section. |
CellName | Gets the cell name. |
RowIndex | Gets the index of the owner Row that the event occurs for. |
Scope | Gets the area of the cell that the event occurs for. |
SectionIndex | Gets the index of the owner Section that the event occurs for. |
This event occurs when the content area of a cell is double-clicked, not including borders and padding area.
If the cell is editable, after double-clicking the cell, it enters edit mode.
This event does not receive information about the mouse position. If the event handler needs information about the mouse position, use the CellMouseClick event.
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