what are the events in delegate?

Answer Posted / ashish gupta

There is no event in delegate.

Delegate is lyk a funtion pointer which is worked with
events.Delegate is use to invoke a event handler when an
event is fired.

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the solution if you need to manipulate sets of items?

470


Explain how to add controls dynamically to the form using c#.net.

553


What is using keyword?

528


What is a partial class in c#?

489


what are the different ways a method can be overloaded?

520






What is polymorphism c# example?

485


Difference between Value type & reference types ? and give the example in .Net?

521


What is a property in c#?

474


How do you specify a custom attribute for the entire assembly?

477


What is a c sharp?

466


How do I unload an application domain?

526


What is parsing? How to parse a date time string?

538


What is asynchronous one-way calls?

525


What does out mean in c#?

506


In languages without exception-handling facilities, we could send an error-handling procedure as a parameter to each procedure that can detect errors that must be handled. What disadvantages are there to this method?

602