Events declared with an 'As' clause must have a delegate type

A type was specified that is not a delegate.

Error ID: BC31044

To correct this error

  1. Remove the As clause.

  2. Specify a delegate with the As clause.

See Also

Reference

Event Statement

Delegate Statement

Other Resources

Events in Visual Basic

Delegates in Visual Basic