Hits Today: 1 Total: 3584 | Updated: 2/11/2003 | |
 | Delegates, new in Visual Basic .NET, are type-safe, object-oriented references to methods. By using delegates, you make your methods accessible to others and therefore more extensible. Author: Jesse Liberty Code: ASP.NET v1.0 & VB |
Hits Today: 1 Total: 3590 | Updated: 5/18/2001 | |
 | In this article, we'll take a dip into how the Connection Points Event Handling mechanism in Classic COM Components can be used by .NET applications to receive event Notifications via the COM Interop. Author: Aravind Corera Code: ASP.NET Beta 1 & VB |
Hits Today: 1 Total: 6609 | Updated: 3/28/2001 | |
 | Callback functions are certainly one of the most useful pro-gramming mechanisms ever created. The C runtime's qsort function takes a callback function to sort elements within an array... Author: Jeffrey Richter Code: ASP.NET Beta 1 & VB | |  | |
Hits Today: 1 Total: 1109 | Updated: 5/24/2006 | |
 | In this sample application I will try to explain you how you can use delegates to pass procedure to another procedure. Here I have created this sample application using VS2005. Author: Faraz Code: VB |
Hits Today: 2 Total: 5074 | Updated: 10/28/2002 | |
 | Of the many new capabilities provided by .NET through its Common Language Runtime and .NET framework classes, "Delegates" or .NET Delegates is one worth examining. Author: Ramesh Balaji Code: ASP.NET v1.0 & VB |
Hits Today: 1 Total: 1380 | Updated: 6/3/2001 | |
 | Delegates go further than this though. Instead of a single delegate having the ability to point to, & invoke, a single function, delegates in .NET give you the ability to have a single delegate point to a list of methods, each which will be called in turn Author: Chris Maunder Code: ASP.NET Beta 1 & VB |
Hits Today: 1 Total: 1404 | Updated: 5/31/2002 | |
 | Events in the .NET Framework are based on the delegate model. Delegates are type-safe Function Pointers or Callbacks. A delegate can reference both static and instance methods. Author: Ashish Jaiman Code: ASP.NET v1.0 & VB | |  | |
Hits Today: 1 Total: 3422 | Updated: 5/3/2002 | |
 | This article is a part of a series that aims at understanding fully the way in which delegates and events operate. Part1 helps you understand the role of multicast delegates in the context of UI interaction. Author: devteam Code: ASP.NET v1.0 & C# |
Hits Today: 1 Total: 2994 | Updated: 7/2/2002 | |
 | In this article I discuss the event handling model in .NET using C#. The discussion starts with an introduction to the concept of delegates and then it extends that concept to events and event handling in .NET. Author: Deepak Dutta Code: ASP.NET v1.0 & C# |
|