SelectedCellsChangedEventArgs::AddedCells Property

.NET Framework (current version)
 

Gets the cells that were added to the selection.

Namespace:   System.Windows.Controls
Assembly:  PresentationFramework (in PresentationFramework.dll)

public:
property IList<DataGridCellInfo>^ AddedCells {
	IList<DataGridCellInfo>^ get();
}

Property Value

Type: System.Collections.Generic::IList<DataGridCellInfo>^

The added cells.

.NET Framework
Available since 4.0
Return to top
Show: