Handles clause requires a WithEvents variable defined in the containing type or one of its base types

前端 未结 8 2003
旧巷少年郎
旧巷少年郎 2021-01-04 03:15

I get the error

Handles clause requires a WithEvents variable defined in the containing type or one of its base types.

in the following co

8条回答
  •  心在旅途
    2021-01-04 03:29

    I encountered this error in a solution while testing something. It is related to Designer.vb related to the form. Make sure that it was updated.

提交回复
热议问题