Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The DefaultEventAttribute attribute must specify the name of publicly accessible event in the class to which the attribute is applied.
Error ID: BC30770
To correct this error
Make sure the class defines a publicly accessible event.
Make sure that the name of the event in the class matches the name specified by the DefaultEventAttribute attribute.