MultiView.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 MultiView control is passed to the page's 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 object that contains the event data.
Return Value
true if the event has been canceled; otherwise, false. The default is false.| Exception type | Condition |
|---|---|
| The MultiView control cannot find the View specified in the CommandArgument property of e. | |
| The CommandArgument property of e cannot be parsed as an integer. |
Community Additions
ADD
Show: