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
Can namespace contain the private class?
What is the difference between a variable and a literal?
What is difference between list and ilist in c#?
What is a protected class in c#?
What is thread.sleep()?
Why do we use lambda expression in c#?
What is the difference between as and is operators in c#?
Can you have parameters for static constructors?
Explain dataset.acceptchanges method in .net?
What is concrete class in c#?
Is dictionary reference type c#?
How can I create a process that is running a supplied native executable (e.g., Cmd.exe)?
What do you mean by default constructor?
What is the difference between do and while loop?
How a two-dimensional array declared in C#?