Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/25/10 02:34:23 (14 years ago)
Author:
swagner
Message:

Operator architecture refactoring (#95)

  • continued work on adapting and refactoring HeuristicLab.Data according to the changes in HeuristicLab.Core
  • unified visual appearance of views
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Core/3.3/NamedItemCollection.cs

    r2669 r2676  
    9191    #region NOTE
    9292    // NOTE: OnItemsReplaced is not overridden as ItemsReplaced is only fired
    93     // by ObservableKeyedCollectionBase when the key of an item has changed. The items stays
     93    // by ObservableKeyedCollection when the key of an item has changed. The items stays
    9494    // in the collection and therefore the NameChanging, NameChanged and Changed event handler
    9595    // do not have to be removed and added again.
Note: See TracChangeset for help on using the changeset viewer.