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

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Used internally by the DataGridItem class.

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.

.NET Framework
Available since 1.1
Return to top
Show: