I have a grid that is bound to a BindingList<> of say, Customer objects. Values in these Customer objects can change due to this or that, and I'm wondering if there is an event I can handle that will go off when this changes. This is NOT when the grid is edited. This is when the data changes for other reasons.
InitializeRow is the event you are looking for.