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>

추가한 셀입니다.

적용 대상