1 instantiation of SelectedCellsChangedEventArgs
PresentationFramework (1)
System\Windows\Controls\DataGrid.cs (1)
4271SelectedCellsChangedEventArgs e = new SelectedCellsChangedEventArgs(this, _pendingSelectedCells, _pendingUnselectedCells);
4 references to SelectedCellsChangedEventArgs
PresentationFramework (4)
System\Windows\Automation\Peers\DataGridAutomationPeer.cs (1)
324internal void RaiseAutomationCellSelectedEvent(SelectedCellsChangedEventArgs e)
System\Windows\Controls\DataGrid.cs (2)
4271SelectedCellsChangedEventArgs e = new SelectedCellsChangedEventArgs(this, _pendingSelectedCells, _pendingUnselectedCells); 4302protected virtual void OnSelectedCellsChanged(SelectedCellsChangedEventArgs e)
System\Windows\Controls\SelectedCellsChangedEventHandler.cs (1)
12public delegate void SelectedCellsChangedEventHandler(object sender, SelectedCellsChangedEventArgs e);