3
Shouts

How to develop User Defined Events | DevelopersCode

posted by taanu51taanu51 655 days, 7 hours, 12 minutes ago
Tuesday, August 09, 2011 2:48:45 AM GMT

when part of user controls logic and part of form's logic need to be executed at one shot then user defined events are requiredUser Defined events are also called as "Call Back procedure"User Defined events works with the help of "Delegates"

Steps to develop user Defined EventsStep1:Create a Delegatesyntax : public delegate void Delegatename(); step2)create an event with the help of Delegatesyntax:public event delegatename Eventname; step3)paise the event syntax : eventname(); step4)define the even...

category: Web Dev | clicked: 30 | | source: www.developerscode.com | show counter code
tags: C#, c sharp, ASPNET, SqlServer 2008, ASP .NET, SQLServer, C# .NET

No comments yet, be the first one to post comment.

To post your comment please login or signup