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.
You have attempted to declare an array using WithEvents. You can declare as many individual variables as you like using WithEvents, but you cannot declare arrays that way.
Error ID: BC30476
To correct this error
- Declare the variables individually.
See Also
Concepts
WithEvents and the Handles Clause