Hi,
I am using the VbPowerPack that was released recently.
One of the controls provided is the ImageButton. On this
control the Click event has no parameters, i.e. there is
no (ByVal sender as Object, ByVal e as EventArgs) that
you would normally expect to see.
I was thinking of inheriting from the ImageButton class
and providing my own implementation of the Click() event
to provide these arguments.
Does anyone know to do this?
Thanks,
liam
Herfried K. Wagner [MVP] - 19 Jul 2004 17:39 GMT
* "liam" <anonymous@discussions.microsoft.com> scripsit:
> I am using the VbPowerPack that was released recently.
> One of the controls provided is the ImageButton. On this
[quoted text clipped - 5 lines]
> and providing my own implementation of the Click() event
> to provide these arguments.
The VB Power Pack comes with source code, so you can look at the
implementation and change the event there.

Signature
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>
<URL:http://dotnet.mvps.org/dotnet/faqs/