Pages

Wednesday, December 7, 2011

what is bubbled event

The ASP.NET page framework provides a technique called event bubbling that allows a child control to propagate events up its containment hierarchy. Event bubbling enables events to be raised from a more convenient location in the controls hierarchy and allows event handlers to be attached to the original control as well as to the control that exposes the bubbled event.


In simple words Events raised by child control handled by parent Control is called as Bubble events.

No comments:

Post a Comment