I have a business object on a form with a Navigated event and a User Control on the form that has a business object property set to the business object on the form. When the user control calls MoveAbsolute (which returns true), the Navigated method on the form is not being called. Any ideas what I'm doing wrong?