Delegates in C#
Using a delegate allows the programmer to encapsulate a reference to a method inside a delegate object. The delegate object can then be passed to code which can call the referenced method, without having to know at compile time which method will be invoked. Delegates...
Java Script Event Example
Download Source Code
Objects in Java Script Example
Download Source Code
Each function example in Jquery
Download Source Code