Converts CommandEventArgs bubble events to BubbleEventArgs bubble events.

Namespace:  Endeca.Web.UI.WebControls
Assembly:  Endeca.Web.UI.WebControls (in Endeca.Web.UI.WebControls.dll) Version: 2.1.3.0 (2.1.3.622)

Syntax

C#
protected override bool OnBubbleEvent(
	Object source,
	EventArgs args
)
Visual Basic (Declaration)
Protected Overrides Function OnBubbleEvent ( _
	source As Object, _
	args As EventArgs _
) As Boolean
Visual C++
protected:
virtual bool OnBubbleEvent(
	Object^ source, 
	EventArgs^ args
) override

Parameters

source
Type: System..::.Object
Source of the event
args
Type: System..::.EventArgs
Describes the event.

Return Value

true if the event has been canceled; otherwise, false. The default is false.

See Also