top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is the meaning of an Event in .Net?

+1 vote
202 views
What is the meaning of an Event in .Net?
posted Nov 29, 2014 by anonymous

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

When an action is performed, this action is noticed by the computer application based on which the output is displayed. These actions are called events. Examples of events are pressing of the keys on the keyboard, clicking of the mouse. Likewise, there are a number of events which capture your actions.
Events are basically a user action like key press, clicks, mouse movements, etc., or some occurrence like system generated notifications. Applications need to respond to events when they occur. For example, interrupts. Events are used for inter-process communication.

answer Nov 29, 2014 by Manikandan J
...