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 |
Explain how many number of events does the timer controls?
Explain how to add resources during runtime?
What is a database form?
What is the use of play() playlooping() functions?
What is the need of tabindex property is label control?
How do you customize the column content inside the datagrid?
what are the diffrences between windows application and windows service?
which Property is used to count no. of items in a combobox?
Which property of the errorprovider control automatically sets to the form to which?
What is form application?
Suppose I have two combobox .. And I have some items in both combobox now I need to check the item in both combobox if same item is present in both combobox I need to display that item in message box?
how barcode print on the win form