Statement does not declare an 'AddHandler', 'RemoveHandler' or 'RaiseEvent' method
The statement does not supply an AddHandler
, RemoveHandler
, or RaiseEvent
declaration statement around a Custom Event
procedure. A custom event declaration is a block of code enclosed within the Custom Event
and End Event
statements. Inside this block, each Custom Event
procedure appears as an internal block enclosed within a declaration statement and an End
statement.
Error ID: BC31113
- Supply an
AddHandler
,RemoveHandler
, orRaiseEvent
declaration statement.
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: