Business Logic Toolkit for .NET
www.bltoolkit.net
|  Home   |  Download   |  Documentation   |  Discussions   |  License   |

  Source.TypeBuilder.IPropertyChanged.cs

 
using System.Reflection;

namespace BLToolkit.TypeBuilder
{
    [PropertyChanged]
    public interface IPropertyChanged
    {
        void OnPropertyChanged(PropertyInfo propertyInfo);
    }
}
 
© 2010 www.bltoolkit.net
support@bltoolkit.net