What is event and how it is called?
ramesh kinwar
event is a place holder for a method which will be called by the system when certain activity will happen in .NET when you write object.[you will see a popup of values] locate the yellow lightning symbol from it...in c# we write object.event+=new system.eventhandler(some method name) and then the system will call this method when this ewvent will occur...