Link to home
Start Free TrialLog in
Avatar of nrobin
nrobin

asked on

Hiding inherited properties from baseclass users

I have a baseclass that has a Event property such as OnRead.  However a sub-class I need to write must disallow the user of this class to not change the OnRead event.  The easiest way would seem to redeclare the event property as private, but that does not seem to work.
ASKER CERTIFIED SOLUTION
Avatar of d003303
d003303

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of nrobin
nrobin

ASKER

Thanks Slash - completely forgotten you could do that!