Skip to content

ColumnWidthChanged Event

Description

Occurs when the width of a column has changed.

Syntax

Public Event ColumnWidthChanged( _
    ByVal Column As GridColumn, _
    ByVal PrevWidth As Integer, _
    ByVal NewWidth As Integer _
)

Parameters

  • Column: Reference to the GridColumn in which the column width was changed.
  • PrevWidth: Previous width of the column.
  • NewWidth: New width of the column.

Remarks

Occurs when the width of a column has changed. This can happen when the user changes the width or when the Grid Control automatically changes the width.

See Also


See Also

Grid Control ActiveX Control v24.0

Copyright (c) 1998-2024 Codejock Technologies. All rights reserved.