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 AddressOf operator creates a procedure delegate instance that references a specific procedure. The syntax is as follows.
AddressOfprocedurename
You inserted parentheses around the argument following AddressOf, where none are needed.
Error ID: BC30577
To correct this error
Remove the parentheses around the argument following AddressOf.
Make sure the argument is a method name.
See Also
Concepts
Delegates and the AddressOf Operator