init
This commit is contained in:
11
Common/DTS.CommonCore/Base/Interface/IBasePropertyChanged.cs
Normal file
11
Common/DTS.CommonCore/Base/Interface/IBasePropertyChanged.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using System.ComponentModel;
|
||||
// ReSharper disable CheckNamespace
|
||||
namespace DTS.Common.Base
|
||||
{
|
||||
public interface IBasePropertyChanged : INotifyPropertyChanged
|
||||
{
|
||||
//void OnPropertyChanged(string propertyName = null);
|
||||
//bool SetProperty<T>(ref T storage, T value, String propertyName = null);
|
||||
void OnPropertyChanged(string propertyName);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user