GrapeCity MultiRow Windows Forms Documentation
CellContentButtonClick Event


Occurs when the content area within an enabled button cell is clicked.
Syntax
<SRCategoryAttribute("Mouse")>
<SRDescriptionAttribute("Occurs when the content area within an enabled buttonCell is clicked.")>
Public Event CellContentButtonClick As EventHandler(Of CellEventArgs)
Dim instance As GcMultiRow
Dim handler As EventHandler(Of CellEventArgs)
 
AddHandler instance.CellContentButtonClick, handler
[SRCategory("Mouse")]
[SRDescription("Occurs when the content area within an enabled buttonCell is clicked.")]
public event EventHandler<CellEventArgs> CellContentButtonClick
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
This event occurs when the content area of an enabled button cell is clicked, not including borders and padding area.

It also occurs when the user presses and releases the Space key while an enabled button cell has focus, and will occur twice for this cell type if the cell is clicked while pressing the Space key.

This event occurs after the CellContentClick event.

To determine whether the cell is clicked, handle the CellClick event.

This event does not receive information about the mouse position. If the event handler needs information about the mouse position, use the CellMouseClick event.

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.