Represents a delegate, which is a data structure that refers to a static method or to a class instance and an instance method of that class.
Author: unknown Code: ASP.NET v1.0 & VB
Anyone who has written a simple .aspx page or a Windows form that has any kind of user interaction has already worked with delegates. You may not have realised it, but you have also used delegate chaining. Author: Aarthi Saravanakumar Code: ASP.NET v2.0 & C#