'End AddHandler' must be preceded by a matching 'AddHandler' declaration

An End AddHandler statement occurred without a corresponding AddHandler statement. End AddHandler must be preceded by a corresponding AddHandler statement.

Error ID: BC31124

To correct this error

  • Check that a preceding AddHandler statement is valid and correctly spelled.

See Also

Reference

AddHandler Statement

Event Statement