Lets say I have a couple Linq to SQL classes, Person and Department. Person has a entity association to Department.
I can catch a change to Person.Name using OnNameChanging and OnNameChanged in the partial class but the designer generated code doesn't seem to call OnDepartmentChanging or OnDepartmentChanged. How can I catch these kind of changes?