SelectedCellsChangedEventArgs.RemovedCells Eigenschap

Definitie

Hiermee haalt u de lijst met cellen op die uit de selectie zijn verwijderd.

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)

Waarde van eigenschap

De lijst met cellen is verwijderd.

Van toepassing op