SelectedCellsChangedEventArgs 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
SelectedCellsChangedEventArgs 클래스의 새 인스턴스를 초기화합니다.
오버로드
SelectedCellsChangedEventArgs(List<DataGridCellInfo>, List<DataGridCellInfo>) |
선택 항목에 추가되거나 선택 항목에서 제거된 지정한 셀이 있는 SelectedCellsChangedEventArgs 클래스의 새 인스턴스를 초기화합니다. |
SelectedCellsChangedEventArgs(ReadOnlyCollection<DataGridCellInfo>, ReadOnlyCollection<DataGridCellInfo>) |
선택 항목에 추가되거나 선택 항목에서 제거된 지정한 셀이 있는 SelectedCellsChangedEventArgs 클래스의 새 인스턴스를 초기화합니다. |
SelectedCellsChangedEventArgs(List<DataGridCellInfo>, List<DataGridCellInfo>)
선택 항목에 추가되거나 선택 항목에서 제거된 지정한 셀이 있는 SelectedCellsChangedEventArgs 클래스의 새 인스턴스를 초기화합니다.
public:
SelectedCellsChangedEventArgs(System::Collections::Generic::List<System::Windows::Controls::DataGridCellInfo> ^ addedCells, System::Collections::Generic::List<System::Windows::Controls::DataGridCellInfo> ^ removedCells);
public SelectedCellsChangedEventArgs (System.Collections.Generic.List<System.Windows.Controls.DataGridCellInfo> addedCells, System.Collections.Generic.List<System.Windows.Controls.DataGridCellInfo> removedCells);
new System.Windows.Controls.SelectedCellsChangedEventArgs : System.Collections.Generic.List<System.Windows.Controls.DataGridCellInfo> * System.Collections.Generic.List<System.Windows.Controls.DataGridCellInfo> -> System.Windows.Controls.SelectedCellsChangedEventArgs
Public Sub New (addedCells As List(Of DataGridCellInfo), removedCells As List(Of DataGridCellInfo))
매개 변수
- addedCells
- List<DataGridCellInfo>
선택 항목에 추가된 셀입니다.
- removedCells
- List<DataGridCellInfo>
선택 항목에서 제거된 셀입니다.
예외
addedCells
또는 removedCells
가 null
인 경우
설명
입력된 매개 변수 여야 null
, 아니지만 비어 있을 수 있습니다.
적용 대상
SelectedCellsChangedEventArgs(ReadOnlyCollection<DataGridCellInfo>, ReadOnlyCollection<DataGridCellInfo>)
선택 항목에 추가되거나 선택 항목에서 제거된 지정한 셀이 있는 SelectedCellsChangedEventArgs 클래스의 새 인스턴스를 초기화합니다.
public:
SelectedCellsChangedEventArgs(System::Collections::ObjectModel::ReadOnlyCollection<System::Windows::Controls::DataGridCellInfo> ^ addedCells, System::Collections::ObjectModel::ReadOnlyCollection<System::Windows::Controls::DataGridCellInfo> ^ removedCells);
public SelectedCellsChangedEventArgs (System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Controls.DataGridCellInfo> addedCells, System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Controls.DataGridCellInfo> removedCells);
new System.Windows.Controls.SelectedCellsChangedEventArgs : System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Controls.DataGridCellInfo> * System.Collections.ObjectModel.ReadOnlyCollection<System.Windows.Controls.DataGridCellInfo> -> System.Windows.Controls.SelectedCellsChangedEventArgs
Public Sub New (addedCells As ReadOnlyCollection(Of DataGridCellInfo), removedCells As ReadOnlyCollection(Of DataGridCellInfo))
매개 변수
- addedCells
- ReadOnlyCollection<DataGridCellInfo>
선택 항목에 추가된 셀입니다.
- removedCells
- ReadOnlyCollection<DataGridCellInfo>
선택 항목에서 제거된 셀입니다.
예외
addedCells
또는 removedCells
가 null
인 경우
설명
입력된 매개 변수 여야 null
, 아니지만 비어 있을 수 있습니다.
적용 대상
.NET