SelectedCellsChangedEventArgs.RemovedCells 속성

정의

선택 항목에서 제거된 셀 목록을 가져옵니다.

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)

속성 값

IList<DataGridCellInfo>

제거된 셀 목록입니다.

적용 대상