1
Reply

What is event and how it is called?

ramesh kinwar

ramesh kinwar

Feb 08, 2007
4.4k
0

    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...

    March 08, 2007
    0