Reputation: 8815
I am binding it to XPCollection, how to dispose old image of devexpress PictureEdit control, when a new image is set?
Upvotes: 0
Views: 1193
Reputation: 887489
Try handling the EditValueChanging
event and disposing e.OldValue as IDisposable
.
Upvotes: 2