Event '<eventname>' cannot be handled because it is not accessible from '<name>'

You attempted to handle an event that is not accessible. For example, if a Handles variable is shared, the method handling the events must also be shared.

Error ID: BC30585

To correct this error

  • Make sure the event is accessible.

See Also

Concepts

Events and Event Handlers