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.
To specify an event handler, Handles statements must either specify an object variable declared with the WithEvents keyword, or a member qualified with the MyBase keyword.
Error ID: BC31412
To correct this error
Use the WithEvents modifier to declare the variables to be used with the Handles statement.
Specify the name of an event for the current class in the base class.