True DBGrid for WinForms
GroupColMove イベント (C1TrueDBGrid)

C1.Win.C1TrueDBGrid.4.5.2 アセンブリ > C1.Win.C1TrueDBGrid 名前空間 > C1TrueDBGrid クラス : GroupColMove イベント
Occurs whenever a column is moved into or out of the grouping area.
シンタックス
'宣言
 
Public Event GroupColMove As GroupColMoveEventHandler
public event GroupColMoveEventHandler GroupColMove
イベント データ

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

プロパティ解説
Gets or sets a value indicating that the action should not be performed. C1.Win.C1TrueDBGrid.ColMoveEventArgsから継承されます。
Indicates the starting position in the DisplayColumns collection. C1.Win.C1TrueDBGrid.ColMoveEventArgsから継承されます。
Gets the C1DisplayColumn that is being moved. C1.Win.C1TrueDBGrid.ColMoveEventArgsから継承されます。
The C1DataColumn for the column being moved.  
Indicates the target index of the column being moved. C1.Win.C1TrueDBGrid.ColMoveEventArgsから継承されます。
参照