public RowSorterHelper(int columnIndex, SortedListViewFormatType format, ListSortEvent sortEvent) { this.columnIndex = columnIndex; this.format = format; this.sortEvent = sortEvent; }
public void SetColumnSortFormat(int columnIndex, SortedListViewFormatType format, ListSortEvent callBack) { rowSorterList.Add(new RowSorterHelper(columnIndex, format, callBack)); }