DataGridColumnReorderingEventArgs クラス

定義

ColumnReordering イベントのデータを提供します。

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
継承
DataGridColumnReorderingEventArgs

コンストラクター

DataGridColumnReorderingEventArgs(DataGridColumn)

DataGridColumnReorderingEventArgs クラスの新しいインスタンスを初期化します。

プロパティ

Cancel

並べ替え操作が完了前に停止されたかどうかを示す値を取得または設定します。

Column

イベントに関連する列を取得します。

(継承元 DataGridColumnEventArgs)
DragIndicator

ドラッグ中の列ヘッダーのビジュアル インジケーターを表示するために使用するコントロールを取得または設定します。

DropLocationIndicator

列のドラッグ操作中に現在のドロップ位置のビジュアル インジケーターを表示するために使用するコントロールを取得または設定します。

メソッド

Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象