Wisej.Web.ColumnReorderedEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides data for the ColumnReordered event.
Initializes a new instance of the ColumnReorderedEventArgs class.
Name | Type | Description |
---|---|---|
ColumnHeader: Returns the ColumnHeader that is being reordered.
Int32: Returns the new display position of the ColumnHeader
Int32: Returns the previous display position of the ColumnHeader.
Name | Description |
---|---|
Represents the method that will handle the ColumnReordered event of the ListView control.
oldDisplayIndex
The previous display position of the ColumnHeader.
newDisplayIndex
The new display position for the ColumnHeader.
header
The ColumnHeader that is being reordered.