Menu::OnBubbleEvent Method (Object^, EventArgs^)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Determines whether the event for the Menu control is passed up the page's user interface (UI) server control hierarchy.
Assembly: System.Web (in System.Web.dll)
Parameters
- source
-
Type:
System::Object^
The source of the event.
- e
-
Type:
System::EventArgs^
An EventArgs that contains event data.
Return Value
Type: System::Booleantrue if the event has been canceled; otherwise, false. The default is false.
This member overrides OnBubbleEvent.
Note |
|---|
This method is used primarily by control developers to extend the Menu control. |
.NET Framework
Available since 2.0
Available since 2.0
Show:
