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?
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?