ColumnReorderedEventArgs

Wisej.Web.ColumnReorderedEventArgs

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Provides data for the ColumnReordered event.

public class ColumnReorderedEventArgs : CancelEventArgs

Constructors

Initializes a new instance of the ColumnReorderedEventArgs class.

NameTypeDescription

oldDisplayIndex

The previous display position of the ColumnHeader.

newDisplayIndex

The new display position for the ColumnHeader.

header

The ColumnHeader that is being reordered.

Properties

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.

Used By

NameDescription

Represents the method that will handle the ColumnReordered event of the ListView control.

Last updated