Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/18/11 01:38:23 (13 years ago)
Author:
swagner
Message:

Implemented dragging of multiple items in all collection views and refactored drag & drop code (#1112)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization.Views/3.3/RunView.cs

    r5445 r5744  
    149149        if (item != null) {
    150150          DataObject data = new DataObject();
    151           data.SetData("Type", item.GetType());
    152           data.SetData("Value", item);
     151          data.SetData("HeuristicLab", item);
    153152          DragDropEffects result = DoDragDrop(data, DragDropEffects.Copy);
    154153        }
Note: See TracChangeset for help on using the changeset viewer.