How to use OnPropertyElementChanges on effects to track changes so that i update it. The trick is the properties i need to update is in the effect itself.
So i have an effect with two properties and both of them implements INotifyPropertyChanges. A provided sample would be very helpful
↧
How to use OnPropertyElementChanges in Effects
↧