'<member>', implicitly defined for '<eventname>', cannot shadow a 'MustOverride' method in the base <class> '<classname>'
The specified event implicitly declares a member with the same name as a method declared with the MustOverride modifier.
Error ID: BC31413
To correct this error
- Remove the MustOverride modifier from the method in the base class or give the property or method a unique name.