What is the use of delegates
Answers were Sorted based on User's Feedback
Answer / maniekb
delegete is a pointer
to the methods.
so... when can be
use:
- to use anonymous
methods
- to use lambda
- to inform methods,
that something happen
- push key on
keyboard - invoke
OnKeyDown method
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / shreeram sahu
if the standard sap events/methods dont fullfill ur
purpose,new events/methods may be added to the given
business object.sap doesnt allow changes to its original
object types.it permits changes by using the concept
of 'delegation'.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to delete the duplicate records in a table using sql server
There are so many languages are already existing for developing application.Then what is the need of .net.
.Net Frame work arch?
Differnce between managed code and unmanaged code ?
How to call .NET Web service from Java Appl. & Why ?
how we can fire event in databound column in datagrid without using button?
can any one urls for learning .net(which is written in simple english)
How can I write my own .NET host?
any one can explain about projectarchitecture and project approach briefly
What is code access security (cas)?
What is textbox control of .net mobile? : Microsoft dot net mobile
How to prevent my .NET DLL to be decompiled?