Passes the event raised by a control within the container up the page's user interface (UI) server control hierarchy.
true to indicate that this method is passing an event raised by a control within the container up the page's UI server control hierarchy; otherwise, false.
Use the MenuItemTemplateContainer.OnBubbleEvent(object, EventArgs) method to pass an event raised by a control within the container up the page's UI server control hierarchy.
This method is used primarily by control developers when extending the System.Web.UI.WebControls.Menu class.