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 |
Name the two main categories of .net components.
What are the forms of graphics?
Name the property which is used to specify the source from where the crystal reports would be accessed.
What are windows applications?
Which interface is to be implemented to release the unmanaged resources in an object in Dot Net?
Extension methods can be both static and normal class methods. Yes/No?
how find recored from the database
What is the default property of data control?
What is the synonym of form?
What are the forms of database?
Is it possible to set a shortcut key for label?
What is form and meaning?