Wizard.OnBubbleEvent Method (Object, EventArgs)

 
Use BaseTrue

Determines whether the event for the server control is passed up the page’s user interface server control hierarchy.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

override OnBubbleEvent : 
        source:Object *
        e:EventArgs -> bool

Parameters

source
Type: System.Object

The source of the event.

e
Type: System.EventArgs

Contains event data.

Return Value

Type: System.Boolean

true 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
Return to top
Show: