有一个属性,它名为ImageFullPath1
public string ImageFullPath1 {get; set; }
每当它的值发生变化时,我都会开火.我知道要改变INotifyPropertyChanged,但我想用事件来做.
INotifyPropertyChanged
.net c# events properties
.net ×1
c# ×1
events ×1
properties ×1