what are events?

Answers were Sorted based on User's Feedback



what are events?..

Answer / senthil kumar

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

what are events?..

Answer / guest

Event means action performed on a component.

Is This Answer Correct ?    33 Yes 13 No

what are events?..

Answer / ashley

something that happens in the story.

Is This Answer Correct ?    16 Yes 12 No

what are events?..

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

Post New Answer

More Dot Net WindowsForms Interview Questions

what is the Difference between listbox and combo box?

20 Answers   Alpha, Google,


Explain the need of z-order method?

0 Answers  


What is the use of form?

0 Answers  


How do you display an editable drop-down list?

1 Answers  


Which property of the progressbar control specifies the amount to increment the current value of the control?

0 Answers  






We are facing problem with the compatibilty of IE 7 and IE 6.We are calling a showModal window that is working fine in IE6 but with IE7 it opens a new Window and Data is not getting poputaled.In some pages it Gives an error "The webpage you are viewing is trying to Close the window.Do you want to close this window".

1 Answers   Wipro,


List out controls which does not have events?

8 Answers   Silicon,


how to create a set up in vb.net for desktop application please say me steps with examples

1 Answers  


How many nuber of controls are there in form?

1 Answers   Morgan Stanley,


How can you pause a timer control?

0 Answers  


Explain how to add resources during runtime?

0 Answers  


What is the difference between the add() and insert() methods of a listbox control?

0 Answers  


Categories