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.
If an event is declared as Custom
, it must supply a procedure for raising the event.
Error ID: BC31132
To correct this error
Include a
RaiseEvent
declaration between theCustom Event
statement and theEnd Event
statement.Verify that other procedures within the event declaration are correctly terminated.
See also
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.