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

C1.Win.C1TrueDBGrid.4.5.2 アセンブリ > C1.Win.C1TrueDBGrid 名前空間 > C1TrueDBGrid クラス : ColResize イベント
Occurs whenever a column is resized.
シンタックス
'宣言
 
Public Event ColResize As ColResizeEventHandler
public event ColResizeEventHandler ColResize
イベント データ

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

プロパティ解説
Gets or sets a value indicating that sizing should be ignored.  
Indicates the position in the DisplayColumns collection.  
Gets the C1DisplayColumn for the column being sized.  
参照