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

 

Passes the event raised by a control within the container up the page's UI 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 that contains event data.

Return Value

Type: System::Boolean

true to indicate that this method is passing an event raised by a control within the container up the page's UI server control hierarchy; otherwise, false.

Use the OnBubbleEvent method to pass an event raised by a control within the container up the page's UI server control hierarchy.

System_CAPS_noteNote

This method is primarily used by control developers.

.NET Framework
Available since 1.1
Return to top
Show: