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 specify an object variable that was declared with the WithEvents keyword.
Error ID: BC31418
To correct this error
- Use the WithEvents modifier to declare variables that will be used with the Handles statement.