Skip to main content
Version: 3.5

ColumnReorderedEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the ColumnReordered event.

public class ColumnReorderedEventArgs : CancelEventArgs

Constructors

Instance memberColumnReorderedEventArgs(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 memberNewDisplayIndex

Int32: Returns the new display position of the ColumnHeader

Instance memberOldDisplayIndex

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.