MultiView::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 MultiView control is passed to the page's 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 object that contains the event data.
Return Value
Type: System::Booleantrue if the event has been canceled; otherwise, false. The default is false.
| Exception | Condition |
|---|---|
| HttpException | The MultiView control cannot find the View specified in the CommandArgument property of e. |
| FormatException | The CommandArgument property of e cannot be parsed as an integer. |
.NET Framework
Available since 2.0
Available since 2.0
Show: