ColumnReorderedEventArgs Properties
.NET Framework 4.5
The ColumnReorderedEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
|
Cancel | Gets or sets a value indicating whether the event should be canceled. (Inherited from CancelEventArgs.) |
|
Header | Gets the ColumnHeader that is being reordered. |
|
NewDisplayIndex | Gets the new display position of the ColumnHeader |
|
OldDisplayIndex | Gets the previous display position of the ColumnHeader. |