Event bubbling is the mechanism where child controls send events upward to their parent controls. This allows parent controls to handle events raised by their children. Option A describes event tunneling (the opposite direction). Event bubbling is child-to-parent, which matches option B.