'宣言 Public Event ColResize As ColResizeEventHandler
public event ColResizeEventHandler ColResize
イベント データ
イベント ハンドラが、このイベントに関連するデータを含む、ColResizeEventArgs 型の引数を受け取りました。次の ColResizeEventArgs プロパティには、このイベントの固有の情報が記載されます。
プロパティ | 解説 |
---|---|
Cancel | Gets or sets a value indicating that sizing should be ignored. |
ColIndex | Indicates the position in the DisplayColumns collection. |
Column | Gets the C1DisplayColumn for the column being sized. |
参照