what is bubbled event ? give suitable example in code vice
with demo
Answer Posted / k l baiju
Bubbled events are the events made by child controls inside
a major control.
example . checkbox in a datagrid
the child controls do not raise their events by themselves
,rather they passthe event to container parent(which can be
datagrid,datalist,repeater),which passed to the page as
"ItemCommand"event..As the child control send there events
to parent .this is termed as event bubbling
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
What is the purpose of private constructor in c#?
Can an exception be thrown from a catch block?
What do you mean by winforms in c#?
What is event sourcing in c#?
What are the benefits of using windows services:
Explain async and await?
What are value types and reference types?
What are the types in c#?
What is difference between write and writeline?
Where value types are stored in c#?
What is remote data?
What is the example of predicate?
What is icomparable in c#?
Can abstract class have constructor c#?
When should I throw an exception?