first_page the funky knowledge base
personal notes from way, _way_ back and maybe today

Flippant Remarks about Building Events in C#

Just remember the following:

So we see three things to consider when building events: (i) the declaration of the event; (ii) the declaration of the delegate on which the event depends; (iii) the definition of any event arguments specified in the delegate declaration.

For more on this, see "Events In C#" by Sanju:

http://www.csharphelp.com/archives/archive253.html
mod date: 2005-03-15T22:42:36.000Z