Delphi Blogosphere: C# events compared to Delphi events

By: David Intersimone

Abstract: Roland Beenhakker, on his Delphi blog, posted an article comparing events in the C# and Delphi .NET languages.

Roland, on his Delphi Power Unleashed blog, wrote a recent article comparing the event support in the C# and Delphi .NET languages. He starts by saying "Events in C# are, like in Delphi (or should I say Object Pascal) just properties of a class. Events are method pointers that delegate a call to the calling class. Just as in Delphi for .NET you can add multiple event handlers to an event."

Read the complete blog entry at http://beensoft.blogspot.com/2005/09/c-events-compared-to-delphi-events.html


Server Response from: ETNASC03