I have a class that inherits CollectionBase and implements the IBindingList
Its 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. Ive been messing with this for two days now and Im about to start throwing things.
Its 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. Ive been messing with this for two days now and Im about to start throwing things.