FlexPivot for WinForms
GridChanged イベント (C1FlexGridBase)

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > C1FlexGridBase クラス : GridChanged イベント
Fires when the grid or its contents change.
シンタックス
'宣言
 
Public Event GridChanged As GridChangedEventHandler
public event GridChangedEventHandler GridChanged
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、GridChangedEventArgs 型の引数を受け取りました。次の GridChangedEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
Gets the range's first column index.  
Gets the range's last column index.  
The type of action that caused the event to fire.  
Gets the range's first row index.  
Gets the range's last row index.  
解説

This is a general event that fires before more specific events. For example, if the user drags a column with the mouse, the control fires the BeforeDragColumn, GridChanged, and AfterDragColumn events.

The GridChanged event allows you to create a centralized handler for all types of grid events. It does not provide detailed arguments for every event, nor the option of canceling user actions.

参照