Пример #1
0
 public virtual void OnPropertyChanging([CallerMemberName] string propertyName = null)
 {
     PropertyChanging.RaiseEvent(this, propertyName);
 }