SelectedCellsChangedEventArgs.AddedCells Свойство

Определение

Получает ячейки, которые были добавлены в выделение.

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

Значение свойства

IList<DataGridCellInfo>

Добавленные ячейки.

Применяется к