Menu.OnBubbleEvent Method
.NET Framework 3.0
This method supports the .NET Framework 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.
Namespace: System.Web.UI.WebControlsAssembly: System.Web (in system.web.dll)
protected boolean OnBubbleEvent ( Object source, EventArgs e )
protected override function OnBubbleEvent ( source : Object, e : EventArgs ) : boolean
Not applicable.
Parameters
- source
The source of the event.
- e
An EventArgs that contains event data.
Return Value
true 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. |
Reference
Menu ClassMenu Members
System.Web.UI.WebControls Namespace
Other Resources
Events and DelegatesCommunity Additions
ADD
Show:
Note: