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