Balas Blog..

Sharing knowledge in Project, Program, Portfolio Innovation Management (PPIM) and various Technology.

Showing posts with label Overview of Delegates. Show all posts
Showing posts with label Overview of Delegates. Show all posts
Monday, April 7, 2008

Anonymous delegate using Dotnet framework 2.0

›
System.Threading.Thread Th = new System.Threading.Thread( delegate() { System.Console.Write("hi"); }); Th....
Tuesday, September 25, 2007

Ananoymous Delegate

›
Ananymous Delegate: protected void Page_Load(object sender, EventArgs e) { btn1.Click += delegate { Response.Write("Bala"); }; } N...

Multicast Delegate

›
Multicast Delegate: delegate void getvalue(); public partial class Global : System.Web.UI.Page { protected void Page_Load(object sender, Eve...

Overview of Delegates(C#)

›
Definetion: Delegate is nothing but the pointing the function. How to call method using Delegate: delegate void getvalue(); //Above class yo...
›
Home
View web version

About Me

Bala
View my complete profile
Powered by Blogger.