Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/09/10 03:10:55 (14 years ago)
Author:
swagner
Message:

Provided public events in ValueTypeArrayData and ValueTypeMatrixData to notify, if an item has changed or the whole array/collection has been reset (#899)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Data.Views/3.3/StringConvertibleDataView.cs

    r2932 r2973  
    2121
    2222using System;
    23 using System.Collections.Generic;
    2423using System.ComponentModel;
    25 using System.Drawing;
    26 using System.Data;
    27 using System.Text;
    2824using System.Windows.Forms;
    29 using HeuristicLab.Core;
    30 using HeuristicLab.Core.Views;
    3125using HeuristicLab.MainForm;
    3226using HeuristicLab.MainForm.WindowsForms;
Note: See TracChangeset for help on using the changeset viewer.