Do not use a pattern like BeginXxx and EndXxx. If you want to provide distinct events for expressing a point of time before and a point of time after a certain occurrence such as a validation event, do not use a pattern like BeforeValidation and AfterValidation. Instead, use a Validating and Validated pattern.