IBindingList and CollectionBase

barski

Junior Contributor
Joined
Apr 7, 2002
Messages
240
Location
Tennessee
I have a class that inherits CollectionBase and implements the IBindingList
It's a combination of articles written by Rocky Lhotka and Karim Hyatt. The problem I have is how to raise the ListChanged Event. On AddNew no problem since it can be raised in the addnew of the ibindinglist but how do I raise it for edits?

Without raising the ListChanged Event how will the ui be notified to reflect changes to the data.

Any help would be greatly appreciated. I've been messing with this for two days now and I'm about to start throwing things.
 
Do you still need help on this? Sorry. I've just found this site so I figure you may have found the answer or given up.
 
No. I finally at long last have got everything working the way i want. but thanks for the reply.

I really enjoyed the series of articles you wrote on this topic. did part 4 ever get published?
 
Back
Top