SelectedCellsChangedEventArgs.RemovedCells Propriété

Définition

Obtient la liste des cellules supprimées de la sélection.

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)

Valeur de propriété

IList<DataGridCellInfo>

Liste des cellules supprimées.

S’applique à