Panel and OnEnabledChanged Method

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a control which inheirits from "Panel Control Class". I am trying to
use the OnEnabledChanged Protected method as follows:

Protected Overrides sub OnEnabledChanged (e as system.eventargs)

end sub

I get an error saying that the OnEnabledChanged Method has multiple
signatures. The above is how the example says to do it. What am I doing
wrong?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top