ColumnReorderedEventArgs
Wisej.Web.ColumnReorderedEventArgs
Last updated
Was this helpful?
Wisej.Web.ColumnReorderedEventArgs
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.1.0.0)
Provides data for the ColumnReordered event.
Initializes a new instance of the ColumnReorderedEventArgs class.
oldDisplayIndex
newDisplayIndex
header
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.
The previous display position of the .
The new display position for the .
The that is being reordered.
Represents the method that will handle the event of the control.