FlexGrid for WinForms
RowColChange Event



Fires after the current cell changes (Row and Col properties).
Syntax
'Declaration
 
<C1DescriptionAttribute("Fires after the current cell changes (Row and Col properties).")>
Public Event RowColChange As EventHandler
'Usage
 
Dim instance As C1FlexGridBase
Dim handler As EventHandler
 
AddHandler instance.RowColChange, handler
[C1Description("Fires after the current cell changes (Row and Col properties).")]
public event EventHandler RowColChange
[C1Description("Fires after the current cell changes (Row and Col properties).")]
public:
event EventHandler^ RowColChange
Remarks

RowColChange fires when the Row or Col properties change, either as a result of user actions (mouse or keyboard) or through code.

This event does not fire when the selection changes (RowSel or ColSel properties) but the active cell (Row, Col) remains the same. In this case, the SelChange event fires instead.

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

C1FlexGridBase Class
C1FlexGridBase Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback