What is the use of multicast delegate while methods of
multicast delegate do not execute in a order?
Answer Posted / aejaz ahmad
Multicast delegate is a delegate which allow to execute
more than one method in single event the real use of
multicast delegte is to handle the events ,raised at
runtime.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is difference between c sharp and c#?
What is the difference between ienumerable and enumerator?
What is xpath in c#?
What is .cshtml file?
Which class comes after the SortedList class?
If you define a user defined data type by using the struct keyword, is it a value type or reference type?
Why is ienumerable used?
What are the types of operator?
What does question mark mean in c#?
What is the value which is accepted by all data types ?
What are the different types of classes in c#?
What is the difference between first and firstordefault?
What are class fields?
What is arraylist c#?
Can you use all access modifiers for all types?