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
What is before string in c#?
Can abstract class have private constructor c#?
What is a protected class c#?
How the versioning applies to Assemblies or can you explain version numbers?
Can an abstract class inherit from another abstract class c#?
When should I use static in C#?
You are designing a user control. You created new property called backgroundimage which is of type image. You wanted to disable storing this property in the user’s form. How to achieve this?
What is multicast delegate in c# ?
How long can a string be c#?
Can we inherit two classes in c#?
Illustrate the process of code compilation in c#?
What do multicast delegates mean?
Can we inherit static class in c#?
In howmany ways can you deploy an assembly?
What is difference between c and c sharp?