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 are the types in c#?
What is super class in c#?
What is nullable types in c#?
What is executescalar in c#?
What are delegates in C#?
Why do we need structs in c#?
What is the difference between overriding and overloading in systemverilog?
What is the difference between continue and break statement?
How do I link two windows forms in c#?
What is the purpose of a namespace?
What are generations and how are they used by the garbage collector?
What are controls in c#?
What is array and types of array in c#?
What is difference between throw and throws in c#?
Do events have return type c#?