FlexPivot for WinForms
RowColChange イベント (C1FlexGridBase)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス : RowColChange イベント
Fires after the current cell changes (Row and Col properties).
シンタックス
'宣言
 
Public Event RowColChange As System.EventHandler
public event System.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.

参照

C1FlexGridBase クラス
C1FlexGridBase メンバ