Go to Google Groups Home    microsoft.public.dotnet.framework.aspnet
Re: When use a delegate?

Scott M. <s...@nospam.nospam>

Sometimes you don't know what function you're going to want to call, only
its signature.  Delegates allow you that flexibility.

"Cirene" <cir...@nowhere.com> wrote in message

news:eeT9P31mIHA.4208@TK2MSFTNGP02.phx.gbl...
> When would you choose to use a delegate rather than calling a function
> directly?  What's the advantages?  Thanks...