المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : Raise an event whenever a property’s value changed ?



C# Programming
02-13-2010, 09:29 AM
Hi everybody.

There is a property, it's named ImageFullPath1

public string ImageFullPath1 {get; set; }

I'm gonna fire an event whenever its value changed. I know I can beware of changing with INotifyPropertyChanged, but I wanna do it with events.
I don't know how I should do it.
Could you please guide me?

Thanks.