Skip to main content
Version: 4.1

ColumnReorderedEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (4.1.0.0)

Provides data for the ColumnReordered event.

public class ColumnReorderedEventArgs : CancelEventArgs

Constructors

Instance member ColumnReorderedEventArgs(oldDisplayIndex, newDisplayIndex, header)

Initializes a new instance of the ColumnReorderedEventArgs class.

NameTypeDescription
oldDisplayIndexInt32The previous display position of the ColumnHeader.
newDisplayIndexInt32The new display position for the ColumnHeader.
headerColumnHeaderThe ColumnHeader that is being reordered.

Properties

ColumnHeader: Returns the ColumnHeader that is being reordered.

Instance member NewDisplayIndex

Int32: Returns the new display position of the ColumnHeader

Instance member OldDisplayIndex

Int32: Returns the previous display position of the ColumnHeader.

Used By

NameDescription
ColumnReorderedEventHandlerRepresents the method that will handle the ColumnReordered event of the ListView control.