Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Inheriting button click
Message
From
15/11/2004 11:35:59
 
 
To
All
General information
Forum:
ASP.NET
Category:
Forms
Title:
Inheriting button click
Miscellaneous
Thread ID:
00961402
Message ID:
00961402
Views:
32
I designed a base form class based on Les Pinter's sample in book VFP to VB.net , i would like to overwrite one button's click event and also perform the default code of that button in form's base class, i could do that changing the button's modifiers property to Public, but if i want to overwrite completely the event, i delcate clik's event in base class as public overridable but in this case i can't perform the default behaviour.

Is there any way like in Vfox,
dodefault()
**here my code
or
mycode
dodefault()
mycode

Thank's
Next
Reply
Map
View

Click here to load this message in the networking platform