'WithEvents' variables cannot be typed as arrays
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
- Declare the variables individually.
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
.NET feedback
.NET is an open source project. Select a link to provide feedback: