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.
The parameters of the AddHandler, RemoveHandler, and RaiseEvent methods cannot be declared with the Optional or ParamArray modifiers.
The Optional or ParamArray modifiers are allowed only on parameters in Declare, Function, Property, and Sub declarations.
Error ID: BC31138
To correct this error
- Remove the Optional or ParamArray keyword from the parameter list.