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.
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.