GrapeCity.Win.MultiRow Namespace > GcMultiRow Class : CellMouseUp Event |
<SRDescriptionAttribute("Occurs when the user releases a mouse button while over a cell.")> <SRCategoryAttribute("Mouse")> Public Event CellMouseUp As EventHandler(Of CellMouseEventArgs)
Dim instance As GcMultiRow Dim handler As EventHandler(Of CellMouseEventArgs) AddHandler instance.CellMouseUp, handler
[SRDescription("Occurs when the user releases a mouse button while over a cell.")] [SRCategory("Mouse")] public event EventHandler<CellMouseEventArgs> CellMouseUp
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.
Property | Description |
---|---|
Button | (Inherited from System.Windows.Forms.MouseEventArgs) |
CellIndex | Gets the cell index in its parent Section. |
CellName | Gets the cell name. |
Clicks | (Inherited from System.Windows.Forms.MouseEventArgs) |
Delta | (Inherited from System.Windows.Forms.MouseEventArgs) |
Location | (Inherited from System.Windows.Forms.MouseEventArgs) |
RowIndex | Gets the index of the owner Row that the event occurs for. |
Scope | Gets the cell area that the event occurs for. |
SectionIndex | Gets 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) |
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