F
Franky
In VB.Net I presently use this code for remove handler on click button
event:
<code>
Handler bnttest.Click, AddressOf TetHandler
</ode>
It this possible to use somthing more generic? Whit out use the name of the
event?
Thanks
Franky
event:
<code>
Handler bnttest.Click, AddressOf TetHandler
</ode>
It this possible to use somthing more generic? Whit out use the name of the
event?
Thanks
Franky