What is the raise event used for?



What is the raise event used for? ..

Answer / roshan

Causes the named event to call all registered event
handlers.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More C Sharp Interview Questions

What is the difference between method parameters and method arguments. Give an example?

0 Answers  


Explain synchronous and asynchronous operations?

0 Answers  


Why is main static in c#?

0 Answers  


What is default class in c#?

0 Answers  


Is the following code legal?

0 Answers  






if we inherit class in stack so object of stack will store in stack or heap? as class a { int s; public aa(){} } stack mystack:a { } mystack obj; ans: about obj

1 Answers  


What is meant by clr?

0 Answers  


Why do we use polymorphism in c#?

0 Answers  


What is the function of .IsDescendent()?

0 Answers   Abacus,


Why do we need nullable types in c#?

0 Answers  


What is the use of xmlserializer?

0 Answers  


Explain the difference between “as” and “is” operators used in c#?

0 Answers  


Categories