Why use delegates?

BobLewiston

In Runtime
Messages
182
Why use delegates?

I understand HOW to use delegates, but in what situations would you actually use them? The examples I see in the literature are all in situations where the code could just be written without ever using them.
 
I know in the .NET (I use VB.NET) world you have to use delegates when you are writing multithreaded programs.
 
Back
Top Bottom