overiding base class events

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • GMan

    #1

    overiding base class events

    Is there a way to override an event that is inherted from a base class so it
    won't be seen in the derived class?

    Also is there a way to override an override method that is inherted frmo a
    base class so it won't be seen in the derived class

    I tried shadows but it's not working like I described.


Working...