1.

What Is Xxx(src As Object, E As Eventargs)?

Answer»

XXX is an event HANDLER src is the object that fires the event e is an event argument object that contains more information about the event An event handler is USED when one object wants to be NOTIFIED when an event happens in another object.

xxx is an event handler src is the object that fires the event e is an event argument object that contains more information about the event An event handler is used when one object wants to be notified when an event happens in another object.



Discussion

No Comment Found