SelectedCellsChangedEventArgs.RemovedCells Eigenschaft

Definition

Ruft die Liste der aus der Auswahl entfernten Zellen ab.

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)

Eigenschaftswert

IList<DataGridCellInfo>

Die Liste der entfernten Zellen.

Gilt für