Hi,
Whenever an entry gets added to my BindingList via the "AddNewRecord" function, I need to perform a check on the entries. This unfortunately cannot be done in the usual way of validating using IDateErrorInfo of the member variables due to a design issue. So I need to look at the place where you assign values to a new item and insert it into the list. Is this possible?
Maybe you should try using the RecordAdding and RecordAdded event?
HTH,