System.Windows.Forms.ColumnReorderedEventArgs.OldDisplayIndex Property

Gets the previous display position of the System.Windows.Forms.ColumnHeader.

Syntax

public int OldDisplayIndex { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The ListView.ColumnReordered event can be canceled by setting the System.ComponentModel.CancelEventArgs.Cancel property to true. However, if the event is cancelled, the ColumnReorderedEventArgs.NewDisplayIndex will not change to the ColumnReorderedEventArgs.OldDisplayIndex value.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0