Wizard.OnBubbleEvent Method (Object, EventArgs)
.NET Framework (current version)
Determines whether the event for the server control is passed up the page’s user interface server control hierarchy.
Assembly: System.Web (in System.Web.dll)
Protected Overrides Function OnBubbleEvent ( source As Object, e As EventArgs ) As Boolean
Parameters
- source
-
Type:
System.Object
The source of the event.
- e
-
Type:
System.EventArgs
Contains event data.
Return Value
Type: System.Booleantrue if the event for the server control is passed up the page’s user interface server control hierarchy; otherwise, false.
.NET Framework
Available since 2.0
Available since 2.0
Show: