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

Name the method that has to be overridden to change the appearance of the control that is inherited from an existing control.

0 Answers  


What is the need of z-order method?

3 Answers   Accel,


Name the property which is used to lock a textbox to enter data?

0 Answers  


List out controls which does not have events?

8 Answers   Silicon,


What are windows applications?

0 Answers  






how print PGL by XML

0 Answers   Bank Of America, Wipro,


What is the full form of gac?

0 Answers  


Explain the difference between listbox and combo box?

0 Answers  


What is form design?

0 Answers  


What is the use of stretch property in Image control?

1 Answers  


Which C# access modifier helps to limit the accessibility of a class member within the same assembly?

1 Answers   Arctern,


How do you hide the columns in datagrid?

2 Answers  


Categories