Udostępnij za pośrednictwem


Events cannot have a return type

Events can accept arguments but cannot directly return values.

Error ID: BC30032

To correct this error

  • Remove the return type from the Event statement.

See Also

Reference

Event Statement