Beispiel #1
0
        private void Test(object sender, ColumnClickEventArgs e)
        {
            int columnIndex = e.Column;

            if (columnIndex == 3)
            {
                _collection.SortByCategory();
            }
            UpdateTransacstionsListView();
        }