Originally posted by mendhak
I see!

"Subscribe", though crptc in nature and not very understandable, sounds cool.

Thanks.
"Ascribe" is probably a better word.

In my opinion, the only advantage C# has over VB.net is the ability to override operators. That is what they have done here, they have perverted the self-assignment operator += so that it adds an error handler to an already existing list of error handlers. It is not the conventional usage of the += op.

Note: VB can also assign multiple (consecutive) event handlers to an event.