Exemple #1
0
 public RowSorterHelper(int columnIndex, SortedListViewFormatType format, ListSortEvent sortEvent)
 {
     this.columnIndex = columnIndex;
     this.format      = format;
     this.sortEvent   = sortEvent;
 }
Exemple #2
0
		public RowSorterHelper(int columnIndex, SortedListViewFormatType format, ListSortEvent sortEvent)
		{
			this.columnIndex = columnIndex;
			this.format = format;
			this.sortEvent = sortEvent;
		}
Exemple #3
0
 public void SetColumnSortFormat(int columnIndex, SortedListViewFormatType format, ListSortEvent callBack)
 {
     rowSorterList.Add(new RowSorterHelper(columnIndex, format, callBack));
 }
Exemple #4
0
		public void SetColumnSortFormat(int columnIndex, SortedListViewFormatType format, ListSortEvent callBack)
		{
			rowSorterList.Add(new RowSorterHelper(columnIndex, format, callBack));
		}