SelectedCellsChangedEventArgs.RemovedCells プロパティ

定義

選択から削除されたセルの一覧を取得します。

public:
 property System::Collections::Generic::IList<System::Windows::Controls::DataGridCellInfo> ^ RemovedCells { System::Collections::Generic::IList<System::Windows::Controls::DataGridCellInfo> ^ get(); };
public System.Collections.Generic.IList<System.Windows.Controls.DataGridCellInfo> RemovedCells { get; }
member this.RemovedCells : System.Collections.Generic.IList<System.Windows.Controls.DataGridCellInfo>
Public ReadOnly Property RemovedCells As IList(Of DataGridCellInfo)

プロパティ値

IList<DataGridCellInfo>

削除されたセルの一覧。

適用対象