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 |
What is the need of tabindex property is label control?
what is acomponent in windows applications?
Are windows forms still used?
What is a windows form application?
How to get records from a database?
What are different authentication types. How do you retrieve user id in case of windows authentication?
Name the property which of menu cannot be set at run time?
tell me something about crystal report in brief?
Suppose I am implementing one windows form. I am inserting some values into ms access. In that table 5 columns there. But I want to insert three columns only. When I am clicking another button then other two values also insert into that table?
What are window based applications?
How to split a column header in gridview using c#.net?
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?