what are events?
Answers were Sorted based on User's Feedback
Every action is a an event.In GUI all the controls have the
event action.For example Button,it has the click,double
click,key press,key up,key down,mouse move,mouse up,mouse
down like that.When you can generate the set of task based
on the event.
| Is This Answer Correct ? | 35 Yes | 8 No |
Answer / bikash pattanayak
Event is a time period which tell us when an action has to
be performed. A control may have many events associated to
it. Some e.g of events are
onclick,mouseover,mouseout,ondouble click.
Events takes the help of Event Procedure for execution.
Event Procedure is a bolck of code which gets executed when
an events gets called...
| Is This Answer Correct ? | 0 Yes | 2 No |
how to call constructor in abstract class
What is the use of play() playlooping() functions?
What is a fillable form?
What are different options to store state in ASP.NET applications?
What is form and its types?
What is the difference between desktop application and windows application?
Which event occurs when a user drags an item in a treeview or listview control?
what are the diffrences between windows application and windows service?
Which controls can not be placed in MDI ?
If you are calling three SPs from a window application how do u check for the performance of the SPS ?
1 Answers Accenture, BirlaSoft,
How to show a ContextMenuStrip instead of cthe default ContextMenuStrip,when you rightclick on the non client area of a window's Form or when alt+space keys are pressed
what is the control used to call a windows application?