Wisej.Web.ColumnWidthChangedEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (2.2.0.0)
Provides data for the ColumnWidthChanged event.
Initializes a new instance of the ColumnWidthChangedEventArgs class.
Name | Type | Description |
---|---|---|
Int32: Returns the column index for the column whose width is being changed.
Name | Description |
---|---|
columnIndex
The index of the column whose width is being changed.
Represents the method that will handle the ColumnWidthChanged event of a ListView.