Skip to main content
Version: 3.5

ColumnWidthChangedEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the ColumnWidthChanged event.

public class ColumnWidthChangedEventArgs : EventArgs

Constructors

Instance memberColumnWidthChangedEventArgs(columnIndex)

Initializes a new instance of the ColumnWidthChangedEventArgs class.

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

Properties

Instance memberColumnIndex

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.