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 barcode print on the win form
Explain how to add resources during runtime?
How many number of events does the Timer controls ?
What is the difference between the add() and insert() methods of a listbox control?
how can u split a column header in gridview using C#.net
Explain about crystal report in brief?
Explain how insert record in the database?
Which interface is to be implemented to release the unmanaged resources in an object in Dot Net?
What is the difference between a document and a form?
What are controls in windows forms?
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 is a windows forms application?