Skip to main content
Version: 4.1

ColumnWidthChangedEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Provides data for the ColumnWidthChanged event.

public class ColumnWidthChangedEventArgs : EventArgs

Constructors

Instance member ColumnWidthChangedEventArgs(columnIndex)

Initializes a new instance of the ColumnWidthChangedEventArgs class.

NameTypeDescription
columnIndexInt32The index of the column whose width is being changed.

Properties

Instance member ColumnIndex

Int32: Returns the column index for the column whose width is being changed.

Used By

NameDescription
ColumnWidthChangedEventHandlerRepresents the method that will handle the ColumnWidthChanged event of a ListView.