M
Michael C
Herfried K. Wagner said:'WithEvents'/'Handles' are declarative, whereas '+='/'AddHandler' are
imperative.
I think you're getting a little academic there. The point is VB has 3
ways to do something yet C# does it all the same way. Doesn't that make C#
more consistant?
BTW, this is the sort of thing I don't like about VB, they try to make
things easier by adding some keywords or method that supposedly makes it
easier but they generally just end up muddying the waters and making it so
there is more to learn.
Michael