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
Why do I get an error (cs1006) when trying to declare a method without specifying a return type?
How do you implement thread synchronization (object.wait, notify,and criticalsection) in c#?
In which format you can pass the value in the sleep function?
What is callback in c#?
What is the difference between malloc () and new?
What is the difference between dynamic and var in c#?
What are bitwise logical operators?
in object oriented programming, how would you describe encapsulation?
What is the object class in c#?
What standard types does c# use?
Does c# do array bounds checking?
Which of the following operations can you not perform on an ado.net dataset?
Is string primitive?
How many types of delegates are there in c#?
What is the difference between protected and private?