DetailsViewRow.OnBubbleEvent Method (Object, EventArgs)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Determines whether to pass an event up the page's ASP.NET server control hierarchy.
Assembly: System.Web (in System.Web.dll)
Protected Overrides Function OnBubbleEvent ( source As Object, e As EventArgs ) As Boolean
Parameters
- source
-
Type:
System.Object
The source of the event.
- e
-
Type:
System.EventArgs
An EventArgs that contains the event data.
.NET Framework
Available since 2.0
Available since 2.0
Show: