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 make and display a form without title bar?
What are the new features of .net 2.0?
What does the term "green architecture" mean? : Dot net architecture
Why should hire you in company
.Net Frame work arch?
how to delete the record using data reader
Explain the number or character entered through keyboard gets converted to equivalent ascii code & it get stored on ram in the binary form.
How to prevent my .NET DLL to be decompiled?
Define the mesi? : Dot net architecture
Define an interrupt? : Dot net architecture
Does application frame need host?
what is the difference between Exportdll and Importdll ?