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
Why do we need reflection in c#?
Difference between a sub and a function in c#.
What happens if the inherited interfaces have conflicting method names?
what are the different ways a method can be overloaded?
What does do in c#?
Explain About web methods and its various attributes
what is the equivalent to regsvr32 and regsvr32 /u a file in .net development?
What are satellite assemblies? How will you get the different language strings?
What is an icollection in c#?
What are the two uses of a ‘using’ statement in c#?
What is stringreader in c#?
How we can create an array with non-default values?
Hello! How to do this: "Create manifest utility intended for creating update content files. Application should take a set of files as input parameter and generate XML based manifest file as output one." I use C# and vs.net 2003. It's urgent! Help please, thanks. Mayana
What is boolean conditions in c#?
What is datarelation c#?