Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/19/09 15:05:43 (15 years ago)
Author:
mkommend
Message:

added ViewClosed method to tell MainForm subclasses that a view was closed (ticket #716)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.MainForm/3.2/DockingMainForm.cs

    r2294 r2297  
    6161      if (views.Count == 0)
    6262        ActiveView = null;
     63
     64      base.ViewClosed(dockForm.View);
    6365      dockForm.Activated -= new EventHandler(DockFormActivated);
    6466      dockForm.FormClosing -= new FormClosingEventHandler(dockForm.View.FormClosing);
Note: See TracChangeset for help on using the changeset viewer.