DataListItem::OnBubbleEvent Method (Object^, EventArgs^)

 

Determines whether the event for the control is passed up the server control hierarchy.

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

protected:
virtual bool OnBubbleEvent(
	Object^ source,
	EventArgs^ e
) override

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::Boolean

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

This method is used primarily by control developers when extending the functionality of the DataListItem control.

.NET Framework
Available since 1.1
Return to top
Show: