C1.Win.C1FlexGrid Namespace > C1FlexGridBase Class : RowColChange Event |
'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
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.
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