Sunday, November 21, 2010

Delegates:

A delegate is a type-safe object that can point to another method (or possibly multiple methods) in the application, which can be invoked at later time.

1 comment: