System.Web.UI.WebControls.DataListItem.OnBubbleEvent Method

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

Syntax

protected override bool OnBubbleEvent (object source, EventArgs e)

Parameters

source
The source of the event.
e
An EventArgs object that contains the event data.

Returns

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

Remarks

This method is used primarily by control developers when extending the functionality of the System.Web.UI.WebControls.DataListItem control.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0