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

C1.Win.C1TrueDBGrid.4.5.2 アセンブリ > C1.Win.C1TrueDBGrid 名前空間 > C1TrueDBGrid クラス : ColMove イベント
Occurs whenever the user has finished moving a column.
シンタックス
'宣言
 
Public Event ColMove As ColMoveEventHandler
public event ColMoveEventHandler ColMove
イベント データ

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

プロパティ解説
Gets or sets a value indicating that the action should not be performed.  
Indicates the starting position in the DisplayColumns collection.  
Gets the C1DisplayColumn that is being moved.  
Indicates the target index of the column being moved.  
参照