Detecting dirty using winforms data binding
I am using 2 way binding with winforms text boxes. I need to work out if the user has changed my data Looking at the help for the CurrentItemChanged Event It seems that this event does fire if a property has changed, however it also fires if current has changed. Is there a way to tell whether the data has changed? a similar question is also asked here but not answered in my opinion Oliver mentions "if your object within the List support the INotifyPropertyChanged event and you replace the List by a BindingList you can subscribe to the ListChanged event of the BindingList to get informed about