Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
11/10/09 16:50:26 (15 years ago)
Author:
swagner
Message:

Implemented generic EventArgs (#796)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Core/3.3/Interfaces/IVariable.cs

    r776 r2474  
    2424using System.Text;
    2525using System.Xml;
     26using HeuristicLab.Common;
    2627
    2728namespace HeuristicLab.Core {
     
    4950    /// Occurs when the name of the variable is currently changing.
    5051    /// </summary>
    51     event EventHandler<NameChangingEventArgs> NameChanging;
     52    event EventHandler<CancelEventArgs<string>> NameChanging;
    5253    /// <summary>
    5354    /// Occurs when the name of the current instance has been changed.
Note: See TracChangeset for help on using the changeset viewer.