Changeset 3333 for trunk/sources/HeuristicLab.Optimization
- Timestamp:
- 04/13/10 17:41:40 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/sources/HeuristicLab.Optimization/3.3/RunCollection.cs ΒΆ
r3329 r3333 197 197 198 198 public event EventHandler SortableViewChanged; 199 protected virtual void OnSortableViewChanged() { 200 EventHandler handler = SortableViewChanged; 201 if (handler != null) 202 handler(this, EventArgs.Empty); 203 } 204 199 205 public bool Validate(string value, out string errorMessage) { throw new NotSupportedException(); } 200 206 public bool SetValue(string value, int rowIndex, int columnIndex) { throw new NotSupportedException(); }
Note: See TracChangeset
for help on using the changeset viewer.