Class with function written publicly

famalump

New Member
I want to write a class in VB that contains a function or sub that the user of this class is allowed to overwride (the class is in a dll and I want the function to be overided in the aspx page). <BR><BR>This function or sub can be called in other Class funtions but is written outside the class. <BR><BR>I thought it might be a friend or a callback function but I haven't found anything that does exactly what I want. <BR><BR>Is this possible? <BR><BR>.
 
Back
Top