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 are container objects?

1 Answers  


Which property of the errorprovider control automatically sets to the form to which?

0 Answers  


Which Isolation level is helps to read uncommitted data?

1 Answers   Arctern,


How to use the FindControl() function to preselect an item in my dropdownlist?

0 Answers  


Which is the global event handler for unhandled exceptions in an ASP.NET applications?

2 Answers   Arctern,






How to split a column header in gridview using c#.net?

0 Answers  


How to get records from a database?

0 Answers  


What is dynamic linking?

0 Answers  


Explain something about crystal report in brief?

0 Answers  


What are the different cloud platforms?

0 Answers  


What are the forms of database?

0 Answers  


Extension methods can be both static and normal class methods. Yes/No?

1 Answers   Arctern,


Categories