Free cookie consent management tool by TermsFeed Policy Generator

source: trunk/sources/HeuristicLab.Visualization/ChangeType.cs @ 1191

Last change on this file since 1191 was 684, checked in by mstoeger, 16 years ago

added DataChanged event to IChartDataRowsModel. (#316)

File size: 109 bytes
Line 
1namespace HeuristicLab.Visualization {
2  public enum ChangeType {
3    Add,
4    Modify,
5    Remove
6  }
7}
Note: See TracBrowser for help on using the repository browser.