DataGridColumnReorderingEventArgs Class

Definition

Provides data for the ColumnReordering event.

public ref class DataGridColumnReorderingEventArgs : System::Windows::Controls::DataGridColumnEventArgs
public class DataGridColumnReorderingEventArgs : System.Windows.Controls.DataGridColumnEventArgs
type DataGridColumnReorderingEventArgs = class
    inherit DataGridColumnEventArgs
Public Class DataGridColumnReorderingEventArgs
Inherits DataGridColumnEventArgs
Inheritance
DataGridColumnReorderingEventArgs

Constructors

DataGridColumnReorderingEventArgs(DataGridColumn)

Initializes a new instance of the DataGridColumnReorderingEventArgs class.

Properties

Cancel

Gets or sets a value that indicates whether the reordering operation is stopped before completion.

Column

Gets the column related to the event.

(Inherited from DataGridColumnEventArgs)
DragIndicator

Gets or sets the control that is used to display the visual indicator of the header for the column that is being dragged.

DropLocationIndicator

Gets or sets the control that is used to display the visual indicator of the current drop location during a column drag operation.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to