Free cookie consent management tool by TermsFeed Policy Generator

source: branches/HeuristicLab.Problems.GrammaticalOptimization/DynamicDataDisplay/Common/NotifyingPanels/INotifyingPanel.cs @ 13757

Last change on this file since 13757 was 12503, checked in by aballeit, 10 years ago

#2283 added GUI and charts; fixed MCTS

File size: 300 bytes
Line 
1using System;
2using System.Collections.Generic;
3using System.Linq;
4using System.Text;
5
6namespace Microsoft.Research.DynamicDataDisplay.Common
7{
8  internal interface INotifyingPanel
9  {
10    NotifyingUIElementCollection NotifyingChildren { get; }
11    event EventHandler ChildrenCreated;
12  }
13}
Note: See TracBrowser for help on using the repository browser.