source:
trunk/sources/HeuristicLab.Visualization/IMouseEventListener.cs
@
715
Last change on this file since 715 was 711, checked in by bspisic, 16 years ago | |
---|---|
File size: 248 bytes |
Line | |
---|---|
1 | using System.Windows.Forms; |
2 | |
3 | namespace HeuristicLab.Visualization { |
4 | internal interface IMouseEventListener { |
5 | event MouseEventHandler OnMouseDown; |
6 | event MouseEventHandler OnMouseUp; |
7 | event MouseEventHandler OnMouseMove; |
8 | } |
9 | } |
Note: See TracBrowser
for help on using the repository browser.