Answer Posted / nagasaichand
The RaiseEvent statement raises an event previously declared
with the "Event" statement. Since only classes can raise
events, usage of this keyword is reserved for class modules,
forms and user controls.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of enumerable class in .net?
Explain is the jit an interpreter?
What is the difference between vb.net and vc#.net?
How is .net able to support a lot of languages?
A developer company sends dlls to the client. Some client is not happy current functionality, so request some modification. Developer made some changes and send new dll to all clients. Some client is happy with old version, tell me minimal change to so that neither clients get affected?
What is the difference between constants and read-only variables?
How is .net able to support multiple languages?
What is equivalent for regsvr32 exe in .net ?
What is the difference between a debug and release build?
What is the concept of inheritance in .net?
What do you mean by Code Access Security in .NET?
Explain me difference between public and static modifiers?
Please explain what is immutability, what is it for and how is it codified?
Describe the use of following com+ services jit activation, queued components, object pooling.?
Explain Different kinds of methods?