Possible Duplicate:
Advantages of using delegates?
I know this question has been asked before, but I have one doubt-when we can directly call a method, why we should take help of delegates? can somebody explain with a proper example/reason/scenario
EDIT: can somebody explain with a code snippet