Wisej.Web.ColumnReorderedEventArgs
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Provides data for the ColumnReordered event.
public class ColumnReorderedEventArgs : CancelEventArgsPublic Class ColumnReorderedEventArgs
Inherits CancelEventArgsInitializes a new instance of the class.
: Returns the that is being reordered.
: Returns the new display position of the
: Returns the previous display position of the .
oldDisplayIndex
The previous display position of the ColumnHeader.
newDisplayIndex
The new display position for the ColumnHeader.
header
The ColumnHeader that is being reordered.
Represents the method that will handle the ColumnReordered event of the ListView control.