In object oriented programming, an event is a change in the properties received by an observer after being transmitted from an object.
Or in more simple terms, Event is the reaction of a GUI action. For instance when you click on a pushbutton an onclick event is raised.
Comments (0)
You don't have permission to comment on this page.