Last change
on this file since 13792 was
12762,
checked in by aballeit, 9 years ago
|
#2283 GUI updates, Tree-chart, MCTS Version 2 (prune leaves)
|
File size:
316 bytes
|
Rev | Line | |
---|
[12762] | 1 | using System;
|
---|
| 2 |
|
---|
| 3 | using SharpVectors.Dom.Events;
|
---|
| 4 |
|
---|
| 5 | namespace SharpVectors.Dom.Events
|
---|
| 6 | {
|
---|
| 7 | /// <summary>
|
---|
| 8 | /// Summary description for IEventTargetSupports.
|
---|
| 9 | /// </summary>
|
---|
| 10 | public interface IEventTargetSupport : IEventTarget
|
---|
| 11 | {
|
---|
| 12 | #region NON-DOM
|
---|
| 13 |
|
---|
| 14 | void FireEvent(
|
---|
| 15 | IEvent evt);
|
---|
| 16 |
|
---|
| 17 | #endregion
|
---|
| 18 | }
|
---|
| 19 | }
|
---|
Note: See
TracBrowser
for help on using the repository browser.