T
Tony Johansson
Hello!
Is it any disadvantage to use the predefined delegate EventHandler instead
of declaring a new delegate if I'm satisfied with the signature of the
predefined one ?
If I want to pass some event data I just derive from EventArgs.
According to me is the only disadvantage that I have to downcast the second
parameter which is derived from EventArgs.
//Tony
Is it any disadvantage to use the predefined delegate EventHandler instead
of declaring a new delegate if I'm satisfied with the signature of the
predefined one ?
If I want to pass some event data I just derive from EventArgs.
According to me is the only disadvantage that I have to downcast the second
parameter which is derived from EventArgs.
//Tony