private void SelectionOnChanged(object sender, EventArgs e) { var selectionCount = _selection.Count(); _selectionCountLabel.Text = selectionCount > 0 ? string.Format(Strings.SelectedItemCount_Label, selectionCount) : ""; }